summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2026-02-03 19:28:42 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2026-02-03 19:59:12 +0900
commitcf22fe7f0857f0c980d9966047579b65c7798126 (patch)
tree972df277f0b45da5120b5b19e5d8c7cdacb27a7d /.github
parentf1201bcf1b6ff073f89e84bafe5040a5712dbbf5 (diff)
Lock to install uutils-coreutils@0.5.0
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index f9d1335d46..ce4221137d 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