From 2f956af2f7eca864e7553e06e2bb5d01e2e63155 Mon Sep 17 00:00:00 2001 From: fwcd Date: Wed, 10 Apr 2024 01:04:08 +0200 Subject: [PATCH] Pin CMake to 3.29.0 in CI for now --- .github/workflows/build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f246f6b..c0a9309 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,6 +116,15 @@ jobs: run: | ${{ env.SCRIPTS_ROOT }}/install-macos-deps xcrun --show-sdk-version + + # TODO: Remove this workaround once the `PACKAGE_PREFIX_DIR` issue is fixed, + # i.e. once https://github.com/microsoft/vcpkg/pull/38088 is merged, + # cherry-picked to Mixxx's vcpkg and once the Qt 6.5 port is updated to a + # version fixing https://bugreports.qt.io/browse/QTBUG-124186. + - name: Pin CMake to 3.29.0 + uses: jwlawson/actions-setup-cmake@v2 + with: + cmake-version: '3.29.0' # Build dependencies