Skip to content

Commit

Permalink
Install node-gyp manually in github testing
Browse files Browse the repository at this point in the history
  • Loading branch information
platfowner committed Dec 5, 2023
1 parent 3f62167 commit 96b1260
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- name: node-gyp install
run: yarn global add node-gyp
- name: yarn install
run: yarn install
- name: run unittest
Expand Down

0 comments on commit 96b1260

Please sign in to comment.