1
0
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:
JoelTrain 2022-08-23 20:06:51 -05:00
parent 36e7280fce
commit 5a5f0e9ed5
No known key found for this signature in database
GPG Key ID: E7720A2908E42F0A

View File

@ -33,6 +33,9 @@ jobs:
npm install --global yarn
yarn --version
- name: Install build tools for Node GYP
run: npm install -g windows-build-tools
- name: update Node GYP to latest
run: npm install -g node-gyp@latest