We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080b410 commit 5dc84d9Copy full SHA for 5dc84d9
.github/workflows/container_build.yml
@@ -21,7 +21,8 @@ jobs:
21
- name: Install CMake 4.1.2
22
run: |
23
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
+ echo "$GITHUB_WORKSPACE/cmake-4.1.2-linux-x86_64/bin" >> $GITHUB_PATH
25
+ echo $GITHUB_PATH
26
- name: Install MATLAB
27
uses: matlab-actions/setup-matlab@v2
28
with:
0 commit comments