diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-11-21 10:51:29 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-11-21 10:51:29 +0900 |
| commit | 9d04fb52aff73ba2b73753f6d172c2d21322a3bc (patch) | |
| tree | d04de88911a49fb5836c9a8d706c454deee369e9 | |
| parent | 9764306c48619e2d168235a4864c43f9e0db78e0 (diff) | |
CI: cmake in scoop seems unused
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f52c76c8ea..3dce96def3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -81,7 +81,7 @@ 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 cmake@3.31.6 + scoop install vcpkg uutils-coreutils shell: pwsh - name: Restore vcpkg artifact |
