mirror of
https://github.com/DMOJ/online-judge.git
synced 2024-11-25 16:32:37 +08:00
ci/makemessages: install crowdin3.deb
`crowdin.deb` uses the deprecated v1 API.
This commit is contained in:
parent
cb9b88aa82
commit
9df23ff1e0
2
.github/workflows/makemessages.yml
vendored
2
.github/workflows/makemessages.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user