From 714bab9b40ff49c7fd0afd6cc0883bdb2b152b23 Mon Sep 17 00:00:00 2001 From: fwcd Date: Fri, 12 Apr 2024 02:29:43 +0200 Subject: [PATCH] Pin CMake to 3.29.2 --- .github/workflows/build.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0a9309..c9ee81e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -117,14 +117,17 @@ jobs: ${{ 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 + # TODO: Remove this workaround once CMake in GitHub's runner image is + # updated to 3.29.2, i.e. the `PACKAGE_PREFIX_DIR` issue is fixed again (the + # breaking change was reverted). See + # - https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md (the image) + # - https://gitlab.kitware.com/cmake/cmake/-/commit/0e4db177647e29b5f4a99ec220e38b5dbbf01361 (the revert) + # - https://github.com/microsoft/vcpkg/pull/38088 (related discussion) + # - https://bugreports.qt.io/browse/QTBUG-124186 (related Qt bug) + - name: Pin CMake to 3.29.2 uses: jwlawson/actions-setup-cmake@v2 with: - cmake-version: '3.29.0' + cmake-version: '3.29.2' # Build dependencies