Skip to content

Commit d101039

Browse files
authored
Merge pull request #9807 from ChrisDryden/gnu-test-locale-fix
ci: add Non UTF8 locale for GNU tests
2 parents d76d22b + 7c807e2 commit d101039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/GnuTests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
sudo locale-gen --keep-existing fa_IR.UTF-8 # Iran
9292
sudo locale-gen --keep-existing am_ET.UTF-8 # Ethiopia
9393
sudo locale-gen --keep-existing th_TH.UTF-8 # Thailand
94+
sudo locale-gen --keep-existing zh_CN.GB18030 # China
9495
9596
sudo update-locale
9697
echo "After:"

0 commit comments

Comments
 (0)