Don't use admin grant
This commit is contained in:
parent
9b5ae69aac
commit
7e2ba5a91b
Notes:
git
2025-04-16 23:08:54 +00:00
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@ -73,7 +73,8 @@ jobs:
|
||||
|
||||
- name: Install libraries with scoop
|
||||
run: |
|
||||
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
|
||||
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
|
||||
iwr -useb get.scoop.sh | iex
|
||||
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
|
||||
scoop install vcpkg uutils-coreutils cmake@3.31.6
|
||||
shell: pwsh
|
||||
|
Loading…
x
Reference in New Issue
Block a user