Skip to content

Commit

Permalink
Added generation of locale to workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptypjeu committed Aug 6, 2023
1 parent 6e81d20 commit 84e50e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/django-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- uses: actions/checkout@v3
- name: Install OpenLDAP dependencies
run: sudo apt install libsasl2-dev python3-dev libldap2-dev libssl-dev
- name: Generate Swedish locale
run: |
sudo locale-gen sv_FI.UTF-8
sudo update-locale
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 84e50e1

Please sign in to comment.