We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03582b1 commit ec55565Copy full SHA for ec55565
1 file changed
.github/workflows/container_build.yml
@@ -21,12 +21,8 @@ jobs:
21
- name: Install CMake and Ninja
22
uses: lukka/get-cmake@v4.1.2
23
with:
24
- cmakeVersion: latest
25
- ninjaVersion: latest
26
- - name: Check CMake and Ninja versions
27
- run: |
28
- cmake --version
29
- ninja --version
+ cmakeVersion: 4.1.2
+ ninjaVersion: 1.13.1
30
- name: Install MATLAB
31
uses: matlab-actions/setup-matlab@v2
32
0 commit comments