Skip to content

Commit 0848189

Browse files
committed
;github:workflows:binaries-linux-x64: work around brick bounds issue
jtdaugherty/brick#539
1 parent 3121ded commit 0848189

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/binaries-linux-x64.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
- name: Build with cabal
8181
run: |
8282
cabal build --enable-executable-static --ghc-options=-Werror hledger || (echo "ERROR: building hledger failed"; false)
83-
cabal build --enable-executable-static --ghc-options=-Werror hledger-ui || (echo "ERROR: building hledger-ui failed"; false)
83+
cabal build --enable-executable-static --ghc-options=-Werror hledger-ui --constraint 'brick<2.10' || (echo "ERROR: building hledger-ui failed"; false)
84+
# temporary constraint to avoid https://github.com/jtdaugherty/brick/issues/539
8485
cabal build --enable-executable-static --ghc-options=-Werror hledger-web || (echo "ERROR: building hledger-web failed"; false)
8586
8687
- name: Gather binaries

0 commit comments

Comments
 (0)