Skip to content

Commit

Permalink
ci: Fix packdeps "cabal: Could not resolve dependencies"
Browse files Browse the repository at this point in the history
There's no libxft-dev on the ubuntu-22.04 runner any more, so cabal
fails installing packdeps when invoked from a directory with
cabal.project.
  • Loading branch information
liskin committed Dec 3, 2022
1 parent 3961e45 commit 4f53973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packdeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
set -ex
echo "$HOME/.cabal/bin" >> $GITHUB_PATH
cd # go somewhere without a cabal.project
cabal install packdeps
- name: Check package bounds (all)
continue-on-error: true
Expand Down

0 comments on commit 4f53973

Please sign in to comment.