ci: Add scoop dir to PATH
This commit is contained in:
parent
c278069946
commit
9e280eb80f
|
|
@ -51,6 +51,7 @@ jobs:
|
||||||
scoop update
|
scoop update
|
||||||
scoop bucket add extras
|
scoop bucket add extras
|
||||||
scoop install nsis
|
scoop install nsis
|
||||||
|
Add-Content $env:GITHUB_PATH "C:\Users\runneradmin\scoop\shims"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install -U pip
|
python -m pip install -U pip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue