Skip to content

Commit

Permalink
ci: Try using cmake 3.29.2 from jwlawson/actions-setup-cmake@v2
Browse files Browse the repository at this point in the history
See:
actions/runner-images#9680 (comment)

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed Apr 12, 2024
1 parent dfb32de commit be9a477
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ jobs:
with:
submodules: recursive # Just in case a dep has its own third-party deps

# See: https://github.com/actions/runner-images/issues/9680#issuecomment-2051917949
- name: HOTFIX: Setup CMake 3.29.2
if: matrix.os == 'windows'
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.29.2'

- name: Configure sccache
uses: mozilla-actions/sccache-action@v0.0.3
with:
Expand Down

0 comments on commit be9a477

Please sign in to comment.