Skip to content

Commit 8c45df1

Browse files
authored
Work around cabal issue in s390x CI (#1207)
1 parent 84cd6ae commit 8c45df1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/i386.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
ghc --version
3232
cabal --version
3333
cabal update
34-
cabal build all # Workaround for https://github.com/haskell/cabal/issues/11677
34+
cabal build all:tests # Workaround for https://github.com/haskell/cabal/issues/11677
3535
cabal test all

.github/workflows/s390x.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ jobs:
5353
ghc-options: -O0
5454
EOF
5555
cabal update
56+
cabal build all:tests # Workaround for https://github.com/haskell/cabal/issues/11677
5657
cabal test all

0 commit comments

Comments
 (0)