summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-04-03 09:40:11 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-04-03 13:13:54 +0900
commitaa5d760fba6044594b642daee00544d59037cc83 (patch)
tree06fbecd715a5e89200368ff6ca4d090393cb80be
parente3fc29a9b7fd7869723d2e13185c1387c6d026db (diff)
Enforce to use CMake 3 because CMake 4 is not compatible to build libyaml via vcpkg
-rw-r--r--.github/workflows/windows.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index a141a0c2a6..9be171e01a 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -105,6 +105,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
shell: pwsh
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0