We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e6ccc commit 1703998Copy full SHA for 1703998
.github/workflows/ci.yml
@@ -42,6 +42,7 @@ jobs:
42
- name: Get CMake and Ninja
43
uses: lukka/get-cmake@latest
44
with:
45
+ cmakeVersion: ${{ runner.os == 'Windows' && '3.25' || '3.22' }}
46
ninjaVersion: latest
47
48
- name: Install Linux Dependencies
0 commit comments