Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad authored May 3, 2024
1 parent 17bbcab commit c7a07cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
- uses: actions/checkout@v2
- name: Render Book
run: |
apt-get clean && apt-get update && apt-get install -y
locales
language-pack-fr
apt-get clean && apt-get update && apt-get install -y locales language-pack-fr
export LANG=fr_FR.UTF-8
export LC_ALL=fr_FR.UTF-8
locale-gen fr_FR.UTF-8
Expand Down

0 comments on commit c7a07cd

Please sign in to comment.