Skip to content

Commit 67ae00b

Browse files
committed
CI: Fix copy pasta error
1 parent 174a414 commit 67ae00b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
mkdir -p "~/apps/OpenCoarrays/${OC_V}"
4545
cmake -S . -B build -DCMAKE_INSTALL_PREFIX="~/apps/OpenCoarrays/${OC_V}"
4646
cmake --build build -t install -j
47-
echo - name: Add to PATH if cache hit
47+
echo echo "~/apps/OpenCoarrays/${{ env.OC_V }}/bin" >> $GITHUB_PATH
4848
4949
- name: Add to PATH if cache hit
5050
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
51+
run: echo "~/apps/OpenCoarrays/${{ env.OC_V }}/bin" >> $GITHUB_PATH
5252

5353
- name: Build, run, and test
5454
run: |

0 commit comments

Comments
 (0)