1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

add comment for possible helpful step

This commit is contained in:
JoelTrain 2022-08-26 11:02:23 -05:00
parent e6df67dc1e
commit a1b1818226
No known key found for this signature in database
GPG Key ID: E7720A2908E42F0A

View File

@ -44,6 +44,10 @@ jobs:
- name: Set MSVC version
run: npm config set msvs_version 2022
# This might be helpful for issues building node-gyp modules on Windows.
# - name: Set up npm Windows build tools
# run: yarn install -g windows-build-tools
- name: Update node-gyp
run: |
$WhereNode = Get-Command node | Select-Object -ExpandProperty Definition