Skip to content

Commit 3263869

Browse files
committed
Export cabal binaries path
1 parent 28eadf8 commit 3263869

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: "Install stylish-haskell"
2121
run: |
2222
cabal install stylish-haskell
23+
echo "PATH=~/.cabal/bin:$PATH" >> $GITHUB_ENV
2324
2425
- name: "Check stylish-haskell is available"
2526
run: |

0 commit comments

Comments
 (0)