Skip to content

Commit

Permalink
Fix locale install
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Sep 18, 2023
1 parent a3367f9 commit 0e17b72
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@v3

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

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

0 comments on commit 0e17b72

Please sign in to comment.