Skip to content

Commit

Permalink
Fix locale install
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed May 3, 2023
1 parent 377842d commit ac5308d
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 @@ -29,11 +29,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 ac5308d

Please sign in to comment.