Skip to content

Commit 41007b3

Browse files
authored
Fix build and deploy workflow (#44)
1 parent ab8fadd commit 41007b3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
- name: Strip stray fuzzy markers
4545
run: python3 Doc/locales/fa/LC_MESSAGES/scripts/strip_fuzzy.py $(find Doc/locales/fa/LC_MESSAGES -name "*.po" -not -path "*/.git/*")
4646

47+
- name: Install gettext
48+
run: sudo apt-get install -y gettext
49+
4750
- name: Compile .po files to .mo
4851
run: |
4952
find Doc/locales/fa/LC_MESSAGES -name "*.po" -not -path "*/.git/*" | while read f; do

0 commit comments

Comments
 (0)