Skip to content

Commit

Permalink
ci/makemessages: actually install crowdin3.deb
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene authored May 27, 2024
1 parent 9df23ff commit 3f0becc
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 @@ -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
Expand Down

0 comments on commit 3f0becc

Please sign in to comment.