Enforce to use CMake 3 because CMake 4 is not compatible to build libyaml via vcpkg

This commit is contained in:
Hiroshi SHIBATA 2025-04-03 09:40:11 +09:00
parent d543fda433
commit 1598a2cab8
Notes: git 2025-04-03 01:12:51 +00:00

View File

@ -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