Skip to content

Commit

Permalink
Fix s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
wismill committed Sep 26, 2022
1 parent 91fdefb commit 0e1875b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: |
ghc --version
curl -s -L https://hackage.haskell.org/package/unicode-data-0.3.0.tar.gz | tar xz
export LC_ALL=C.UTF-8
ghc --make -XMagicHash -XBangPatterns -XUnboxedTuples -itest:unicode-data-0.3.0/lib -o extras test/Extra.hs
./extras
ghc --make -XMagicHash -XBangPatterns -XUnboxedTuples -itest:unicode-data-0.3.0/lib -o quickcheck test/Properties.hs
Expand Down

0 comments on commit 0e1875b

Please sign in to comment.