mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-27 06:49:53 +00:00
Update build.yml
This commit is contained in:
parent
75757d027e
commit
8cac38e1ef
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -257,6 +257,11 @@ jobs:
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Update node-gyp
|
||||
run: |
|
||||
npm install --global node-gyp@8.4.1
|
||||
for /f "delims=" %P in ('npm prefix -g') do npm config set node_gyp "%P\node_modules\node-gyp\bin\node-gyp.js"
|
||||
|
||||
- name: Build
|
||||
shell: powershell
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user