mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
try installing windows build tools
This commit is contained in:
parent
36e7280fce
commit
5a5f0e9ed5
3
.github/workflows/build-for-windows.yml
vendored
3
.github/workflows/build-for-windows.yml
vendored
@ -33,6 +33,9 @@ jobs:
|
|||||||
npm install --global yarn
|
npm install --global yarn
|
||||||
yarn --version
|
yarn --version
|
||||||
|
|
||||||
|
- name: Install build tools for Node GYP
|
||||||
|
run: npm install -g windows-build-tools
|
||||||
|
|
||||||
- name: update Node GYP to latest
|
- name: update Node GYP to latest
|
||||||
run: npm install -g node-gyp@latest
|
run: npm install -g node-gyp@latest
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user