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

Skip to content

Commit aa5d760

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

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
@@ -105,6 +105,7 @@ jobs:
105105
run: |
106106
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
107107
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
108+
scoop install vcpkg cmake@3.31.6
108109
shell: pwsh
109110

110111
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

0 commit comments

Comments
 (0)
0