diff --git a/.github/workflows/makemessages.yml b/.github/workflows/makemessages.yml index c603c3c2fb..58cfd20a10 100644 --- a/.github/workflows/makemessages.yml +++ b/.github/workflows/makemessages.yml @@ -19,7 +19,7 @@ jobs: - name: Install requirements run: | sudo apt-get install gettext - curl -O https://artifacts.crowdin.com/repo/deb/crowdin.deb + curl -O https://artifacts.crowdin.com/repo/deb/crowdin3.deb sudo dpkg -i crowdin.deb pip install -r requirements.txt pip install pymysql