Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ossianaa committed Aug 29, 2024
1 parent cf95d1a commit deae317
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 @@ -44,4 +44,4 @@ jobs:
- name: Install
run: npm install --arch=${{ matrix.settings.arch }}
- name: Gyp rebuild
run: node ./scripts/rebuild.js --arch=${{ matrix.settings.arch }} && node-gyp rebuild --arch=${{ matrix.settings.arch }}
run: node ./scripts/rebuild.js --arch=${{ matrix.settings.arch }} && npx node-gyp rebuild --arch=${{ matrix.settings.arch }}

0 comments on commit deae317

Please sign in to comment.