Skip to content

Commit

Permalink
nodejs-windows: python -m pip install packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Oct 18, 2023
1 parent d1355e3 commit 46d7988
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/nodejs-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@ jobs:
runs-on: windows-latest
steps:
- name: Clone gyp-next
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: gyp-next
- name: Clone nodejs/node
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: nodejs/node
path: node
- name: Install deps
run: choco install nasm
run: |
python -m pip install packaging
choco install nasm
- name: Replace gyp in Node.js
run: |
rm -Recurse node/tools/gyp
Expand Down

0 comments on commit 46d7988

Please sign in to comment.