mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-30 00:09:54 +00:00
Update build.yml
This commit is contained in:
parent
8cac38e1ef
commit
361f6c2fe5
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -260,7 +260,7 @@ jobs:
|
||||
- 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"
|
||||
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
|
||||
|
||||
- name: Build
|
||||
shell: powershell
|
||||
|
Loading…
x
Reference in New Issue
Block a user