8000 Enforce to use CMake 3 because CMake 4 is not compatible to build lib… · github/ruby@31c295e · GitHub
[go: up one dir, main page]

Skip to content

Commit 31c295e

Browse files
committed
Enforce to use CMake 3 because CMake 4 is not compatible to build libyaml via vcpkg
1 parent 3d8a665 commit 31c295e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
run: |
118118
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
119119
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
120+
scoop install vcpkg cmake@3.31.6
120121
shell: pwsh
121122

122123
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

0 commit comments

Comments
 (0)
0