Fix prepare_release workflow (#4855)

This commit is contained in:
jack1142 2021-02-26 19:43:00 +01:00 committed by GitHub
parent dbbaa88e8e
commit f926fab431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,11 @@ jobs:
echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list
sudo apt-get update -qq sudo apt-get update -qq
sudo apt-get install -y crowdin sudo apt-get install -y crowdin
pip install redgettext==3.3
- name: Generate source files
run: |
make gettext
- name: Download translations - name: Download translations
run: | run: |
make download_translations make download_translations