Skip to content

Commit 5dc84d9

Browse files
committed
container
1 parent 080b410 commit 5dc84d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/container_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +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 "cmake-4.1.2-linux-x86_64/bin" >> $GITHUB_PATH
24+
echo "$GITHUB_WORKSPACE/cmake-4.1.2-linux-x86_64/bin" >> $GITHUB_PATH
25+
echo $GITHUB_PATH
2526
- name: Install MATLAB
2627
uses: matlab-actions/setup-matlab@v2
2728
with:

0 commit comments

Comments
 (0)