mirror of
https://github.com/DMOJ/online-judge.git
synced 2024-11-25 16:32:37 +08:00
ci/makemessages: actually install crowdin3.deb
This commit is contained in:
parent
9df23ff1e0
commit
3f0becc050
2
.github/workflows/makemessages.yml
vendored
2
.github/workflows/makemessages.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get install gettext
|
||||
curl -O https://artifacts.crowdin.com/repo/deb/crowdin3.deb
|
||||
sudo dpkg -i crowdin.deb
|
||||
sudo dpkg -i crowdin3.deb
|
||||
pip install -r requirements.txt
|
||||
pip install pymysql
|
||||
- name: Collect localizable strings
|
||||
|
Loading…
Reference in New Issue
Block a user