Skip to content

Commit 1c3b0dc

Browse files
committed
fix
1 parent 9133a07 commit 1c3b0dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@ jobs:
118118
restore-keys: |
119119
library-${{ runner.os }}-${{ env.GHC_VERSION }}-${{ env.CABAL_VERSION }}-${{ env.AGDA_BRANCH }}-
120120
121-
- name: Put cabal programs in PATH
121+
- name: Put installed programs in PATH
122122
run: echo "~/.cabal/bin" >> "${GITHUB_PATH}"
123+
run: echo "~/.local/bin" >> "${GITHUB_PATH}"
123124

124125
- name: Test cubical
125126
run: |

0 commit comments

Comments
 (0)