Skip to content

Commit 689bc2c

Browse files
committed
Fix locale install
1 parent 7d03883 commit 689bc2c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/pr_checker_build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,16 @@ jobs:
3030
if: ${{ github.repository_owner == 'geotribu' }}
3131

3232
steps:
33+
- name: Install French locale
34+
id: locale-fr
35+
shell: bash
36+
run: |
37+
sudo locale-gen fr_FR.UTF-8
38+
sudo update-locale LANG=fr_FR.UTF-8
39+
3340
- name: Get source code
3441
uses: actions/checkout@v4
3542

36-
- name: Install locales
37-
run: sudo dpkg-reconfigure locales
3843

3944
- name: Set up Python
4045
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)