Skip to content

Commit ec55565

Browse files
committed
container
1 parent 03582b1 commit ec55565

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/container_build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,8 @@ jobs:
2121
- name: Install CMake and Ninja
2222
uses: lukka/[email protected]
2323
with:
24-
cmakeVersion: latest
25-
ninjaVersion: latest
26-
- name: Check CMake and Ninja versions
27-
run: |
28-
cmake --version
29-
ninja --version
24+
cmakeVersion: 4.1.2
25+
ninjaVersion: 1.13.1
3026
- name: Install MATLAB
3127
uses: matlab-actions/setup-matlab@v2
3228
with:

0 commit comments

Comments
 (0)