Skip to content

Commit 0e1875b

Browse files
committed
Fix s390x
1 parent 91fdefb commit 0e1875b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/s390x.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: |
3232
ghc --version
3333
curl -s -L https://hackage.haskell.org/package/unicode-data-0.3.0.tar.gz | tar xz
34+
export LC_ALL=C.UTF-8
3435
ghc --make -XMagicHash -XBangPatterns -XUnboxedTuples -itest:unicode-data-0.3.0/lib -o extras test/Extra.hs
3536
./extras
3637
ghc --make -XMagicHash -XBangPatterns -XUnboxedTuples -itest:unicode-data-0.3.0/lib -o quickcheck test/Properties.hs

0 commit comments

Comments
 (0)