Skip to content

Commit 7529fd3

Browse files
authored
Update on-push.yml
1 parent 5993436 commit 7529fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: cabal update
1818
- run: cabal test
1919
- run: cabal install doctest
20-
- run: cabal repl --with-ghc=doctest --ghc-options="-XQuasiQuotes -XOverloadedStrings"
20+
- run: PATH=$HOME/.cabal/bin:$PATH cabal repl --with-ghc=doctest --ghc-options="-XQuasiQuotes -XOverloadedStrings"
2121

2222
stackage:
2323
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)