Update release.yml

This commit is contained in:
XenGi 2023-06-13 23:03:40 +02:00 committed by GitHub
parent 4e26fc6764
commit c0517287e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,9 +36,9 @@ jobs:
steps:
- name: Add de_DE.UTF-8 locale
run: |
apt-get update
apt-get -y install locales
locale-gen de_DE.UTF-8
sudo apt-get update
sudo apt-get -y install locales
sudo locale-gen de_DE.UTF-8
- name: Checkout
uses: actions/checkout@v3
with: