Skip to content

Commit

Permalink
revert to specific cmake and ninja versions in cpp setup
Browse files Browse the repository at this point in the history
  • Loading branch information
xann16 committed Apr 22, 2024
1 parent 2d4bbb4 commit d39e758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
uses: aminya/setup-cpp@v1
with:
compiler: ${{ matrix.compiler }}
cmake: 3.22
ninja: 1.10
cmake: 3.22.1
ninja: 1.10.1
conan: 2

- name: Setup Dependencies via Conan
Expand Down

0 comments on commit d39e758

Please sign in to comment.