Skip to content

Commit

Permalink
Fix locale install
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Nov 13, 2023
1 parent 7d03883 commit 689bc2c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pr_checker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,16 @@ jobs:
if: ${{ github.repository_owner == 'geotribu' }}

steps:
- name: Install French locale
id: locale-fr
shell: bash
run: |
sudo locale-gen fr_FR.UTF-8
sudo update-locale LANG=fr_FR.UTF-8
- name: Get source code
uses: actions/checkout@v4

- name: Install locales
run: sudo dpkg-reconfigure locales

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 689bc2c

Please sign in to comment.