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

View File

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