Skip to content

Commit

Permalink
ci/makemessages: install crowdin3.deb
Browse files Browse the repository at this point in the history
`crowdin.deb` uses the deprecated v1 API.
  • Loading branch information
Xyene committed May 27, 2024
1 parent cb9b88a commit 9df23ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makemessages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9df23ff

Please sign in to comment.