Skip to content

Commit 1680eac

Browse files
committed
[CI] Set lang to utf8 variant
Stuff crashes on unicode input, might as well set it to see if it helps.
1 parent 6cec3da commit 1680eac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push]
44

55
env:
66
PANDOC_VERSION: "3.6.4"
7+
LANG: en_US.utf8
78

89
jobs:
910
build:

0 commit comments

Comments
 (0)