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:
parent
e6df67dc1e
commit
a1b1818226
4
.github/workflows/build-for-windows.yml
vendored
4
.github/workflows/build-for-windows.yml
vendored
@ -44,6 +44,10 @@ jobs:
|
|||||||
- name: Set MSVC version
|
- name: Set MSVC version
|
||||||
run: npm config set msvs_version 2022
|
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
|
- name: Update node-gyp
|
||||||
run: |
|
run: |
|
||||||
$WhereNode = Get-Command node | Select-Object -ExpandProperty Definition
|
$WhereNode = Get-Command node | Select-Object -ExpandProperty Definition
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user