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

committed by
GitHub

parent
23c000b821
commit
4e011a1d4a
1
.github/workflows/nightly-rainforest.yml
vendored
1
.github/workflows/nightly-rainforest.yml
vendored
@@ -35,6 +35,7 @@ jobs:
|
||||
shell: powershell
|
||||
run: |
|
||||
./scripts/Makefile.ps1 install-deps
|
||||
choco install yq --version 4.15.1 -y
|
||||
npm i -g node-gyp
|
||||
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"
|
||||
|
Reference in New Issue
Block a user