Enforce to use CMake 3 because CMake 4 is not compatible to build libyaml via vcpkg
This commit is contained in:
parent
d543fda433
commit
1598a2cab8
Notes:
git
2025-04-03 01:12:51 +00:00
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -105,7 +105,7 @@ jobs:
|
||||
run: |
|
||||
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
|
||||
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
|
||||
scoop install vcpkg
|
||||
scoop install vcpkg cmake@3.31.6
|
||||
shell: pwsh
|
||||
|
||||
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user