Skip to content

Commit

Permalink
Install node-gyp globally
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Feb 28, 2022
1 parent 8e518cf commit c9a0d0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
with:
cache: yarn
node-version: ${{matrix.node}}
- run: yarn global add node-gyp@latest
if: ${{matrix.os == 'windows-latest'}}
- uses: actions-rs/toolchain@v1
- uses: Swatinem/rust-cache@v1
- name: Bump max inotify watches (Linux only)
Expand Down

0 comments on commit c9a0d0a

Please sign in to comment.