Skip to content

Commit

Permalink
Source .ghcup/env in haddock step
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed May 1, 2024
1 parent 06f1fb7 commit f10ede8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
cd unix-*/
cabal test all --test-show-details=direct
- name: Haddock
run: cabal haddock --disable-documentation
run: |
. ~/.ghcup/env
cabal haddock --disable-documentation
centos7:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f10ede8

Please sign in to comment.