Skip to content

Commit

Permalink
[CI] Update locale
Browse files Browse the repository at this point in the history
  • Loading branch information
ebanDev authored Mar 24, 2024
1 parent b7a64ff commit f21fc6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Set locale
run: |
sudo locale-gen fr_FRCI.UTF-8
sudo update-locale LANG=fr_FR.UTF-8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit f21fc6a

Please sign in to comment.