From 00ef597639f6c7417a9a43753b16f2a176932644 Mon Sep 17 00:00:00 2001 From: paradust7 <102263465+paradust7@users.noreply.github.com> Date: Fri, 12 Apr 2024 07:34:05 -0700 Subject: [PATCH] CI: Pin CMake to 3.28 because of regression in 3.29.1 --- .github/workflows/windows.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 061bd704b..291157d17 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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: