Skip to content

Commit

Permalink
ci: install node-gyp globally on CI
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Sep 5, 2023
1 parent f6c2e5e commit 637c285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
node-version: ${{ matrix.node }}
check-latest: true
- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn global add node-gyp && yarn install --frozen-lockfile
- name: Build Test Binary
run: yarn build-test-binary
- name: Build
Expand Down

0 comments on commit 637c285

Please sign in to comment.