mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
use powershell syntax
This commit is contained in:
parent
0e92ea608e
commit
a766ea6107
2
.github/workflows/build-for-windows.yml
vendored
2
.github/workflows/build-for-windows.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
- name: Force to latest node-gyp
|
||||
run: |
|
||||
npm install --global node-gyp@latest
|
||||
for /f "delims=" %P in ('npm prefix -g') do npm config set node_gyp "%P\node_modules\node-gyp\bin\node-gyp.js"
|
||||
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
|
||||
|
||||
# install GNU make
|
||||
- name: Install gnu make using choclatey
|
||||
|
||||
Loading…
Reference in New Issue
Block a user