mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-28 23:39: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:
|
with:
|
||||||
node-version: 16
|
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
|
- name: Build
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user