mirror of
https://github.com/Ed94/refactor.git
synced 2024-12-21 22:44:45 -08:00
Attempt to fix issue with scoop usage in admin mode.
This commit is contained in:
parent
2176314adf
commit
6e9d35cb37
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
||||
shell: pwsh
|
||||
run: |
|
||||
$ErrorActionPreference = "Stop"
|
||||
$env:SCOOP_ALLOW_ADMIN_INSTALL = "1"
|
||||
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
|
||||
scoop install meson ninja llvm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user