Skip to content

Commit b9feb97

Browse files
authored
Update cmake-multi-platform.yml
1 parent 9760b1e commit b9feb97

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v4
4949

50-
- uses: lukka/get-cmake@latest
50+
- name: CMake 4.1.1 (Ubuntu)
51+
uses: lukka/get-cmake@latest
52+
if: runner.os == 'Linux'
5153
with:
5254
cmakeVersion: 4.1.1
5355

0 commit comments

Comments
 (0)