Skip to content

Commit

Permalink
fixup! ci: add node-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed May 30, 2024
1 parent b271aa4 commit 1af641b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,15 @@ jobs:
with:
python-version: ${{ matrix.python }}
allow-prereleases: true

# macOS and Linux
- name: Replace gyp in Node.js
if: runner.os != 'Windows'
shell: bash
run: |
rm -rf node/tools/gyp
cp -r gyp-next node/tools/gyp
# macOS and Linux
- name: Run configure
if: runner.os != 'Windows'
shell: bash
run: |
cd node
./configure
Expand All @@ -48,11 +46,6 @@ jobs:
- name: Install deps
if: runner.os == 'Windows'
run: choco install nasm
- name: Replace gyp in Node.js
if: runner.os == 'Windows'
run: |
rm -Recurse node/tools/gyp
cp -Recurse gyp-next node/tools/gyp
- name: Run configure
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit 1af641b

Please sign in to comment.