1 parent 9760b1e commit b9feb97Copy full SHA for b9feb97
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -47,7 +47,9 @@ jobs:
47
steps:
48
- uses: actions/checkout@v4
49
50
- - uses: lukka/get-cmake@latest
+ - name: CMake 4.1.1 (Ubuntu)
51
+ uses: lukka/get-cmake@latest
52
+ if: runner.os == 'Linux'
53
with:
54
cmakeVersion: 4.1.1
55
0 commit comments