Skip to content

Commit f9b2cca

Browse files
committed
set locale for consistent results
1 parent 824efb4 commit f9b2cca

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/scala.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
permissions:
1515
contents: read
1616

17+
env:
18+
LANG: "en_US.UTF-8"
1719
jobs:
1820
build:
1921
runs-on: ubuntu-latest
@@ -34,6 +36,10 @@ jobs:
3436
runs-on: ubuntu-latest
3537
steps:
3638
- uses: actions/checkout@v3
39+
- name: en_US.UTF-8
40+
run: |
41+
sudo locale-gen en_US.UTF-8
42+
sudo update-locale LANG=en_US.UTF-8
3743
- name: Check PO/POT syntax
3844
run: sh src/scripts/syntax-check-po.sh
3945
- name: Check RUL2 syntax

0 commit comments

Comments
 (0)