From bf7e5bffcf41f01f719c9d0f7a3c4ca6dc1bde3f Mon Sep 17 00:00:00 2001 From: Timo Schwarzer Date: Fri, 5 Apr 2024 18:01:50 +0200 Subject: [PATCH] Downgrade CMake to 3.29.0 --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e0265b1..0ddca86 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,6 +38,8 @@ jobs: uses: mozilla-actions/sccache-action@v0.0.3 - name: Load CMake and Ninja uses: lukka/get-cmake@latest + with: + cmakeVersion: 3.29.0 - name: Enable Git support for long file paths run: git config --system core.longpaths true - name: Set up directories