Skip to content

Commit

Permalink
Pin CMake to 3.29.0 in CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Apr 9, 2024
1 parent 1f8d62c commit 2f956af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2f956af

Please sign in to comment.