diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-05-01 13:37:40 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-05-01 14:19:08 +0900 |
| commit | d274682728d68f06b16e638dec23452de30b833b (patch) | |
| tree | a29352f81121515bd9390d114594b361142e6d68 | |
| parent | 9597813f9dda4cbb12a7998bfcccff86dbf1d500 (diff) | |
Use system vcpkg command for windows-2022 image
| -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 48596fa629..ad771e7fc5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -74,7 +74,7 @@ jobs: run: | iex "& {$(irm get.scoop.sh)} -RunAsAdmin" Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH - scoop install vcpkg cmake@3.31.6 + scoop install cmake@3.31.6 vcpkg --triplet x64-windows install libffi libyaml openssl readline zlib shell: pwsh |
