mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
force to latest node gyp
This commit is contained in:
parent
ae2610387a
commit
21f879bf52
2
.github/workflows/build-for-windows.yml
vendored
2
.github/workflows/build-for-windows.yml
vendored
@ -33,6 +33,8 @@ jobs:
|
||||
npm install --global yarn
|
||||
yarn --version
|
||||
|
||||
- name: update Node GYP to latest
|
||||
run: npm install -g node-gyp@latest
|
||||
|
||||
# install GNU make
|
||||
- name: Install gnu make using choclatey
|
||||
|
||||
Loading…
Reference in New Issue
Block a user