Skip to content

Commit 1f9f80c

Browse files
committed
container
1 parent 15385d1 commit 1f9f80c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
run: |
2323
curl -LO https://github.com/Kitware/CMake/releases/download/v4.1.2/cmake-4.1.2-linux-x86_64.tar.gz
2424
echo "$GITHUB_WORKSPACE/cmake-4.1.2-linux-x86_64/bin" >> "$GITHUB_PATH"
25-
echo "$GITHUB_PATH"
26-
cmake --version
25+
ls
26+
cmake-4.1.2-linux-x86_64/bin/cmake --version
2727
- name: Install MATLAB
2828
uses: matlab-actions/setup-matlab@v2
2929
with:

0 commit comments

Comments
 (0)