;github:workflows:binaries-linux-x64: fix for brick workaround
This commit is contained in:
parent
74e2cb274c
commit
f52cc6aced
2
.github/workflows/binaries-linux-x64.yml
vendored
2
.github/workflows/binaries-linux-x64.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
|||||||
- name: Build with cabal
|
- name: Build with cabal
|
||||||
run: |
|
run: |
|
||||||
cabal build --enable-executable-static --ghc-options=-Werror hledger || (echo "ERROR: building hledger failed"; false)
|
cabal build --enable-executable-static --ghc-options=-Werror hledger || (echo "ERROR: building hledger failed"; false)
|
||||||
cabal build --enable-executable-static --ghc-options=-Werror hledger-ui --constraint 'brick<2.10' || (echo "ERROR: building hledger-ui failed"; false)
|
cabal build --enable-executable-static --ghc-options=-Werror hledger-ui --constraint 'brick==2.10' || (echo "ERROR: building hledger-ui failed"; false)
|
||||||
# temporary constraint to avoid https://github.com/jtdaugherty/brick/issues/539
|
# temporary constraint to avoid https://github.com/jtdaugherty/brick/issues/539
|
||||||
cabal build --enable-executable-static --ghc-options=-Werror hledger-web || (echo "ERROR: building hledger-web failed"; false)
|
cabal build --enable-executable-static --ghc-options=-Werror hledger-web || (echo "ERROR: building hledger-web failed"; false)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user