We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636523d commit 21f2bbfCopy full SHA for 21f2bbf
1 file changed
.github/workflows/windows.yml
@@ -83,7 +83,8 @@ jobs:
83
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
84
iwr -useb get.scoop.sh | iex
85
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
86
- scoop install vcpkg uutils-coreutils
+ scoop install vcpkg
87
+ scoop install uutils-coreutils@0.5.0
88
shell: pwsh
89
90
- name: Restore vcpkg artifact
0 commit comments