Skip to content

Commit

Permalink
hot-fix: Use cmake 3.29.2 with jwlawson/actions-setup-cmake@v2 (#1496)
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
Co-authored-by: Muhammad Hamza Sajjad <[email protected]>
  • Loading branch information
jjerphan and muhammadhamzasajjad authored Apr 15, 2024
1 parent dfb32de commit 74f9932
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/[email protected]
with:
Expand Down

0 comments on commit 74f9932

Please sign in to comment.