Skip to content

Commit 1285edf

Browse files
committed
Source .ghcup/env in haddock step
1 parent 3641133 commit 1285edf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
cd unix-*/
5959
cabal test all --test-show-details=direct
6060
- name: Haddock
61-
run: cabal haddock --disable-documentation
61+
run: |
62+
. ~/.ghcup/env
63+
cabal haddock --disable-documentation
6264
6365
centos7:
6466
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)