We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824efb4 commit f9b2ccaCopy full SHA for f9b2cca
1 file changed
.github/workflows/scala.yml
@@ -14,6 +14,8 @@ on:
14
permissions:
15
contents: read
16
17
+env:
18
+ LANG: "en_US.UTF-8"
19
jobs:
20
build:
21
runs-on: ubuntu-latest
@@ -34,6 +36,10 @@ jobs:
34
36
35
37
steps:
38
- 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
43
- name: Check PO/POT syntax
44
run: sh src/scripts/syntax-check-po.sh
45
- name: Check RUL2 syntax
0 commit comments