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 16, 2024
1 parent 0d6dec6 commit 875f13b
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 @@ -72,6 +72,12 @@ jobs:
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
working-directory: ${{ matrix.vcpkg_path }}

# 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 }}
working-directory: ${{ matrix.vcpkg_path }}
Expand Down

0 comments on commit 875f13b

Please sign in to comment.