Skip to content

Commit

Permalink
Make sure node-gyp is available
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed May 20, 2024
1 parent 0502340 commit b0cc255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm install -g bare-runtime bare-dev prebuildify
- run: npm install -g bare-runtime bare-dev prebuildify node-gyp
- run: npm install --ignore-scripts
- run: bare-dev install --platform ${{ matrix.platform }} --arch ${{ matrix.arch }}
- run: prebuildify --platform ${{ matrix.platform }} --arch ${{ matrix.arch }}
Expand Down

0 comments on commit b0cc255

Please sign in to comment.