mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-20 08:01:42 +03:00
scoop update fix
This commit is contained in:
parent
e484d5124f
commit
2381e2e20f
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -57,7 +57,8 @@ jobs:
|
|||||||
- name: Install sccache Windows
|
- name: Install sccache Windows
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
iwr -useb get.scoop.sh | iex
|
iwr -useb get.scoop.sh -outfile 'install.ps1'
|
||||||
|
.\install.ps1 -RunAsAdmin [-OtherParameters ...]
|
||||||
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
|
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
|
||||||
scoop install sccache
|
scoop install sccache
|
||||||
echo "C:\Users\runneradmin\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
echo "C:\Users\runneradmin\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||||
|
Loading…
Reference in New Issue
Block a user