From 21f2bbf322e955b1e393365d6190eaa38bdfc356 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 3 Feb 2026 19:28:42 +0900 Subject: Lock to install uutils-coreutils@0.5.0 --- .github/workflows/windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7f3e603496..9f5d7c3cd4 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -83,7 +83,8 @@ jobs: 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 + scoop install vcpkg + scoop install uutils-coreutils@0.5.0 shell: pwsh - name: Restore vcpkg artifact -- cgit v1.2.3