Skip to content

Commit 924cb75

Browse files
committed
Fix input locale detection on Windows
1 parent 5dfb576 commit 924cb75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/boxes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: windows-2022
9494
env:
9595
LANG: en_US.UTF-8
96-
LC_ALL: .UTF-8
96+
LC_CTYPE: en_US.UTF-8
9797
TERM: xterm-color
9898
WIN32_PCRE2_INCLUDE: /mingw32/include
9999
WIN32_PCRE2_LDFLAGS: -L/mingw32/lib

0 commit comments

Comments
 (0)