File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed
Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 2222
2323 - name : Get latest CMake
2424 uses : lukka/get-cmake@latest
25+ with :
26+ cmakeVersion : " ~3" # use cmake version < 4.0
27+ ninjaVersion : " ^1.11.0"
2528
2629 - name : Setup dependencies
2730 shell : bash
Original file line number Diff line number Diff line change 2222
2323 - name : Get latest CMake
2424 uses : lukka/get-cmake@latest
25+ with :
26+ cmakeVersion : " ~3" # use cmake version < 4.0
27+ ninjaVersion : " ^1.11.0"
2528
2629 - name : Setup dependencies
2730 shell : bash
Original file line number Diff line number Diff line change 1414
1515 - name : Get latest CMake
1616 uses : lukka/get-cmake@latest
17+ with :
18+ cmakeVersion : " ~3" # use cmake version < 4.0
19+ ninjaVersion : " ^1.11.0"
1720
1821 - name : Install dependencies
1922 run : |
5558
5659 - name : Get latest CMake
5760 uses : lukka/get-cmake@latest
61+ with :
62+ cmakeVersion : " ~3" # use cmake version < 4.0
63+ ninjaVersion : " ^1.11.0"
5864
5965 - name : Setup msbuild
6066 uses : microsoft/setup-msbuild@v1
96102
97103 - name : Get latest CMake
98104 uses : lukka/get-cmake@latest
105+ with :
106+ cmakeVersion : " ~3" # use cmake version < 4.0
107+ ninjaVersion : " ^1.11.0"
99108
100109 - name : Setup dependencies
101110 shell : bash
Original file line number Diff line number Diff line change 2222
2323 - name : Get latest CMake
2424 uses : lukka/get-cmake@latest
25+ with :
26+ cmakeVersion : " ~3.31.0"
27+ ninjaVersion : " ^1.11.0"
2528
2629 - name : Setup msbuild
2730 uses : microsoft/setup-msbuild@v1
You can’t perform that action at this time.
0 commit comments