mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Enforce to use CMake 3 because CMake 4 is not compatible to build libyaml via vcpkg
This commit is contained in:
parent
e3fc29a9b7
commit
aa5d760fba
1 changed files with 1 additions and 0 deletions
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue