Skip to content

Commit bb76255

Browse files
committed
fix
1 parent 1c3b0dc commit bb76255

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-ubuntu.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ jobs:
119119
library-${{ runner.os }}-${{ env.GHC_VERSION }}-${{ env.CABAL_VERSION }}-${{ env.AGDA_BRANCH }}-
120120
121121
- name: Put installed programs in PATH
122-
run: echo "~/.cabal/bin" >> "${GITHUB_PATH}"
123-
run: echo "~/.local/bin" >> "${GITHUB_PATH}"
122+
run: echo "~/.cabal/bin:~/.local/bin" >> "${GITHUB_PATH}"
124123

125124
- name: Test cubical
126125
run: |

0 commit comments

Comments
 (0)