Skip to content

Commit

Permalink
Pin CMake to 3.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Apr 12, 2024
1 parent eb80bd9 commit 714bab9
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 714bab9

Please sign in to comment.