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 174a414 commit 67ae00bCopy full SHA for 67ae00b
.github/workflows/CI.yml
@@ -44,11 +44,11 @@ jobs:
44
mkdir -p "~/apps/OpenCoarrays/${OC_V}"
45
cmake -S . -B build -DCMAKE_INSTALL_PREFIX="~/apps/OpenCoarrays/${OC_V}"
46
cmake --build build -t install -j
47
- echo - name: Add to PATH if cache hit
+ echo echo "~/apps/OpenCoarrays/${{ env.OC_V }}/bin" >> $GITHUB_PATH
48
49
- name: Add to PATH if cache hit
50
if: steps.cache-opencoarrays.outputs.cache-hit == 'true'
51
- run: echo "${HOME}/apps/OpenCoarrays/${{ env.OC_V }}/bin" >> $GITHUB_PATH"${HOME}/apps/OpenCoarrays/${OC_V}/bin" >> $GITHUB_PATH
+ run: echo "~/apps/OpenCoarrays/${{ env.OC_V }}/bin" >> $GITHUB_PATH
52
53
- name: Build, run, and test
54
run: |
0 commit comments