mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
ci: Cabal install packdeps outside of project dir
Invoking cabal in the project directory with a cabal.project file might
fail on unrelated dependencies missing, see
4f539734be
Doesn't fail in this repo, but let's keep the workflows in sync.
This commit is contained in:
parent
7f95f5ef07
commit
c2aeaffc03
1
.github/workflows/packdeps.yml
vendored
1
.github/workflows/packdeps.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user