We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5ae69 commit 7e2ba5aCopy full SHA for 7e2ba5a
.github/workflows/windows.yml
@@ -73,7 +73,8 @@ jobs:
73
74
- name: Install libraries with scoop
75
run: |
76
- iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
+ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
77
+ iwr -useb get.scoop.sh | iex
78
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
79
scoop install vcpkg uutils-coreutils cmake@3.31.6
80
shell: pwsh
0 commit comments