mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-23 12:59:54 +00:00
Update build.yml
This commit is contained in:
parent
6af8469ac6
commit
7c2793f157
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -300,7 +300,7 @@ jobs:
|
|||||||
if: matrix.build-arch == 'x64'
|
if: matrix.build-arch == 'x64'
|
||||||
|
|
||||||
Windows-Build:
|
Windows-Build:
|
||||||
runs-on: windows-2022
|
runs-on: windows-latest
|
||||||
needs: Lint
|
needs: Lint
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -331,7 +331,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update node-gyp
|
- name: Update node-gyp
|
||||||
run: |
|
run: |
|
||||||
npm install --global node-gyp@8.4.1
|
npm install --global node-gyp@10.2.0
|
||||||
npm prefix -g | % {npm config set node_gyp "$_\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
|
- name: Build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user