mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
CI: Pin CMake to 3.28 because of regression in 3.29.1
This commit is contained in:
parent
30e280b694
commit
00ef597639
1 changed files with 6 additions and 0 deletions
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
|
@ -97,6 +97,12 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# Workaround for regression, see https://github.com/minetest/minetest/pull/14536
|
||||
- name: Pin CMake to 3.28
|
||||
uses: lukka/get-cmake@latest
|
||||
with:
|
||||
cmakeVersion: "~3.28.0"
|
||||
|
||||
- name: Restore from cache and run vcpkg
|
||||
uses: lukka/run-vcpkg@v7
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue