Skip to content

Commit

Permalink
fix(gha): install node gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Jun 6, 2024
1 parent 71df388 commit 093150e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
with:
node-version: "18.18.1"
cache: "pnpm"

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

0 comments on commit 093150e

Please sign in to comment.