diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-04-03 09:40:11 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-04-03 12:54:11 +0900 |
| commit | 31c295ef28fc678d8416f1f35726ac43d470d1d3 (patch) | |
| tree | 8648bc3c65f46d601d20e767054516e5df17ff11 | |
| parent | 3d8a66568e8106b367665d716e0d3c8c8208aa07 (diff) | |
Enforce to use CMake 3 because CMake 4 is not compatible to build libyaml via vcpkg
| -rw-r--r-- | .github/workflows/windows.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 6311854e25..cdbaf88c58 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -117,6 +117,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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
