Adding extra dependencies to the release flow (#2601)
This commit is contained in:
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
@@ -85,7 +85,13 @@ jobs:
|
||||
run: ./scripts/Makefile.ps1 optimize
|
||||
- name: release/install-deps
|
||||
shell: powershell
|
||||
run: ./scripts/Makefile.ps1 install-deps
|
||||
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"
|
||||
npm ci --openssl_fips=''
|
||||
- name: release/test
|
||||
uses: ./.github/actions/test
|
||||
- name: release/build
|
||||
|
Reference in New Issue
Block a user