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 e3fc29a9b7
commit aa5d760fba

View file

@ -105,6 +105,7 @@ jobs:
run: | run: |
iex "& {$(irm get.scoop.sh)} -RunAsAdmin" iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
scoop install vcpkg cmake@3.31.6
shell: pwsh shell: pwsh
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0