Skip to content

Commit 69008b6

Browse files
authored
Merge pull request #9052 from cakebaker/ci_add_locales_for_gnu_tests
ci: add locales for GNU tests
2 parents a590bb3 + 08064bc commit 69008b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/GnuTests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ jobs:
9999
sudo locale-gen --keep-existing en_US
100100
sudo locale-gen --keep-existing en_US.UTF-8
101101
sudo locale-gen --keep-existing ru_RU.KOI8-R
102+
sudo locale-gen --keep-existing fa_IR.UTF-8 # Iran
103+
sudo locale-gen --keep-existing am_ET.UTF-8 # Ethiopia
104+
sudo locale-gen --keep-existing th_TH.UTF-8 # Thailand
102105
103106
sudo update-locale
104107
echo "After:"

0 commit comments

Comments
 (0)