Skip to content

Commit

Permalink
ci: do not use node-gyp global in windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
seasonyuu committed Sep 11, 2024
1 parent 798418e commit 3ed748b
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 @@ -10,7 +10,7 @@ jobs:
with:
submodules: true
- uses: actions/setup-node@v3
- run: npm install --global node-gyp
# - run: npm install --global node-gyp
- run: yarn apply-libuiohook-patch
- run: yarn --frozen-lockfile
- run: yarn prebuild --arch x64
Expand Down

0 comments on commit 3ed748b

Please sign in to comment.