Skip to content

Commit

Permalink
ci: Cabal install packdeps outside of project dir
Browse files Browse the repository at this point in the history
Invoking cabal in the project directory with a cabal.project file might
fail on unrelated dependencies missing, see
xmonad/X11-xft@4f53973

Doesn't fail in this repo, but let's keep the workflows in sync.
  • Loading branch information
liskin committed Dec 3, 2022
1 parent 86754a2 commit 8a33c4e
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 8a33c4e

Please sign in to comment.