Skip to content

Commit

Permalink
fix(gha): install node-gyp-build
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Jun 6, 2024
1 parent 093150e commit c5a8e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: install node-gyp
run:
npm install -g node-gyp
npm install -g node-gyp node-gyp-build
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Install
Expand Down

0 comments on commit c5a8e8a

Please sign in to comment.