Skip to content

Commit

Permalink
ci: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ossianaa committed Jul 23, 2024
1 parent 36f5c88 commit 33782bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install
run: npm install --arch=${{ matrix.settings.arch }}
- name: Gyp rebuild
run: node ./scripts/rebuild.js && node-gyp rebuild --arch=${{ matrix.settings.arch }}
run: node ./scripts/rebuild.js && npx node-gyp rebuild --arch=${{ matrix.settings.arch }}
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 33782bc

Please sign in to comment.