Skip to content

Commit 1703998

Browse files
committed
Test with oldest possible CMake version
1 parent f1e6ccc commit 1703998

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Get CMake and Ninja
4343
uses: lukka/get-cmake@latest
4444
with:
45+
cmakeVersion: ${{ runner.os == 'Windows' && '3.25' || '3.22' }}
4546
ninjaVersion: latest
4647

4748
- name: Install Linux Dependencies

0 commit comments

Comments
 (0)