Skip to content

Commit 21f2bbf

Browse files
hsbtk0kubun
authored andcommitted
Lock to install uutils-coreutils@0.5.0
1 parent 636523d commit 21f2bbf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ jobs:
8383
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
8484
iwr -useb get.scoop.sh | iex
8585
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
86-
scoop install vcpkg uutils-coreutils
86+
scoop install vcpkg
87+
scoop install uutils-coreutils@0.5.0
8788
shell: pwsh
8889

8990
- name: Restore vcpkg artifact

0 commit comments

Comments
 (0)