Skip to content

Commit

Permalink
Merge remote-tracking branch 'mixxxdj/2.4' into 2.4-rel
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Apr 15, 2024
2 parents 1f882cc + 00e79d1 commit 498634a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'

# update cmake to 2.29.2 to work around https://github.com/microsoft/vcpkg/issues/37968
- name: "[macOS] Set up cmake"
uses: jwlawson/[email protected]
with:
cmake-version: "3.29.2"

- name: Bootstrap vcpkg
run: ${{ matrix.vcpkg_bootstrap }}
Expand Down

0 comments on commit 498634a

Please sign in to comment.