Skip to content

Commit 15385d1

Browse files
committed
container
1 parent 40da47c commit 15385d1

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
@@ -21,8 +21,8 @@ jobs:
2121
- name: Install CMake 4.1.2
2222
run: |
2323
curl -LO https://github.com/Kitware/CMake/releases/download/v4.1.2/cmake-4.1.2-linux-x86_64.tar.gz
24-
echo "$GITHUB_WORKSPACE/cmake-4.1.2-linux-x86_64/bin" >> $GITHUB_PATH
25-
echo $GITHUB_PATH
24+
echo "$GITHUB_WORKSPACE/cmake-4.1.2-linux-x86_64/bin" >> "$GITHUB_PATH"
25+
echo "$GITHUB_PATH"
2626
cmake --version
2727
- name: Install MATLAB
2828
uses: matlab-actions/setup-matlab@v2

0 commit comments

Comments
 (0)