1
0
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:
JoelTrain 2022-08-25 17:28:16 -05:00
parent 0e92ea608e
commit a766ea6107
No known key found for this signature in database
GPG Key ID: E7720A2908E42F0A

View File

@ -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