From 9df23ff1e0a366a1f8ebfd6f8bdea253b23ac045 Mon Sep 17 00:00:00 2001 From: Tudor Brindus Date: Mon, 27 May 2024 17:23:04 -0400 Subject: [PATCH] ci/makemessages: install `crowdin3.deb` `crowdin.deb` uses the deprecated v1 API. --- .github/workflows/makemessages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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