mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-30 13:03:53 +01:00
manually adding the pkg-fetch binary
This commit is contained in:
parent
f65812b52c
commit
65380ea4c5
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -38,6 +38,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '10.x'
|
node-version: '10.x'
|
||||||
|
|
||||||
|
- name: Install pkg-fetch
|
||||||
|
run: |
|
||||||
|
$fetchedUrl = "https://github.com/vercel/pkg-fetch/releases/download/v2.5/uploaded-v2.5-node-v10.4.1-win-x64"
|
||||||
|
|
||||||
|
New-Item -ItemType directory -Path .\.pkg-cache
|
||||||
|
Invoke-RestMethod -Uri $fetchedUrl -OutFile ".\.pkg-cache\fetched-v10.4.1-win-x64"
|
||||||
|
|
||||||
- name: Download & Install RH
|
- name: Download & Install RH
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
@ -57,7 +64,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
.\scripts\make-versioninfo.ps1
|
.\scripts\make-versioninfo.ps1
|
||||||
env:
|
env:
|
||||||
WIN_PKG: C:\Users\appveyor\.pkg-cache\v2.5\fetched-v10.4.1-win-x64
|
WIN_PKG: C:\Users\runneradmin\.pkg-cache\v2.5\fetched-v10.4.1-win-x64
|
||||||
|
|
||||||
- name: test setting env var
|
- name: test setting env var
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user