add de_DE locale

This commit is contained in:
XenGi 2023-06-13 23:00:49 +02:00
parent a9bd7f6e7b
commit 1e22073f88
Signed by: xengi
SSH key fingerprint: SHA256:EvLbWxFCtfmd+8Xa6RkzkhIga+wFkKCekfFacYVn63M

View file

@ -34,6 +34,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: staging environment: staging
steps: steps:
- name: Add de_DE.UTF-8 locale
run: |
apt-get update
apt-get -y install locales
locale-gen de_DE.UTF-8
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with: