add missing yq for windows (#2594)
This commit is contained in:

committed by
GitHub

parent
23c000b821
commit
4e011a1d4a
1
.github/workflows/nightly-browser-view.yml
vendored
1
.github/workflows/nightly-browser-view.yml
vendored
@@ -67,6 +67,7 @@ jobs:
|
|||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
./scripts/Makefile.ps1 install-deps
|
./scripts/Makefile.ps1 install-deps
|
||||||
|
choco install yq --version 4.15.1 -y
|
||||||
npm i -g node-gyp
|
npm i -g node-gyp
|
||||||
node-gyp install
|
node-gyp install
|
||||||
node-gyp install --devdir="C:\Users\runneradmin\.electron-gyp" --target=$(jq -r .devDependencies.electron package.json) --dist-url="https://electronjs.org/headers"
|
node-gyp install --devdir="C:\Users\runneradmin\.electron-gyp" --target=$(jq -r .devDependencies.electron package.json) --dist-url="https://electronjs.org/headers"
|
||||||
|
1
.github/workflows/nightly-rainforest.yml
vendored
1
.github/workflows/nightly-rainforest.yml
vendored
@@ -35,6 +35,7 @@ jobs:
|
|||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
./scripts/Makefile.ps1 install-deps
|
./scripts/Makefile.ps1 install-deps
|
||||||
|
choco install yq --version 4.15.1 -y
|
||||||
npm i -g node-gyp
|
npm i -g node-gyp
|
||||||
node-gyp install
|
node-gyp install
|
||||||
node-gyp install --devdir="C:\Users\runneradmin\.electron-gyp" --target=$(jq -r .devDependencies.electron package.json) --dist-url="https://electronjs.org/headers"
|
node-gyp install --devdir="C:\Users\runneradmin\.electron-gyp" --target=$(jq -r .devDependencies.electron package.json) --dist-url="https://electronjs.org/headers"
|
||||||
|
Reference in New Issue
Block a user