Skip to content

Commit

Permalink
CI: try to disable haddock for failing 8.2 text
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Feb 18, 2024
1 parent 7e8bc28 commit 5ffc3da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
${{ runner.os }}-
- run: cabal update
- run: cabal build
- run: cabal haddock
- if: ${{ matrix.ghc != '8.2' }}
run: cabal haddock
- run: cabal test
- run: cabal check
- run: cabal sdist

0 comments on commit 5ffc3da

Please sign in to comment.