summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-05-01 13:37:40 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-05-01 14:19:08 +0900
commitd274682728d68f06b16e638dec23452de30b833b (patch)
treea29352f81121515bd9390d114594b361142e6d68
parent9597813f9dda4cbb12a7998bfcccff86dbf1d500 (diff)
Use system vcpkg command for windows-2022 image
-rw-r--r--.github/workflows/windows.yml2
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