Skip to content

Commit

Permalink
Update cmake to 2.29.2 to work around microsoft#37968
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Apr 15, 2024
1 parent 450a843 commit 00e79d1
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 00e79d1

Please sign in to comment.