Attempt to fix issue with scoop usage in admin mode.

This commit is contained in:
Edward R. Gonzalez 2023-03-30 18:08:33 -04:00
parent 2176314adf
commit 6e9d35cb37

View File

@ -28,6 +28,7 @@ jobs:
shell: pwsh shell: pwsh
run: | run: |
$ErrorActionPreference = "Stop" $ErrorActionPreference = "Stop"
$env:SCOOP_ALLOW_ADMIN_INSTALL = "1"
iex (new-object net.webclient).downloadstring('https://get.scoop.sh') iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop install meson ninja llvm scoop install meson ninja llvm