Skip to content
Snippets Groups Projects
Commit 1285edfe authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Source .ghcup/env in haddock step

parent 36411337
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment