diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-02-03 19:28:42 +0900 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2026-03-09 08:19:27 -0700 |
| commit | 21f2bbf322e955b1e393365d6190eaa38bdfc356 (patch) | |
| tree | e969fb2606dab368a17bd2bc5acd42c161d145f1 | |
| parent | 636523d0a5172337436e73f66e00c3b5178ce4b7 (diff) | |
Lock to install uutils-coreutils@0.5.0
| -rw-r--r-- | .github/workflows/windows.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
