Skip to content

Commit

Permalink
cabal: Try to fix some issues with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
myme committed May 19, 2024
1 parent d9bfb7c commit f1ae2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install dependencies
run: |
cabal update
cabal install hlint
cabal install --overwrite-policy=always hlint
cabal build --only-dependencies --enable-tests --enable-benchmarks
- name: Hlint
Expand Down

0 comments on commit f1ae2a3

Please sign in to comment.