Skip to content

Commit fe4c9dd

Browse files
committed
Fix build and deploy workflow
1 parent b0bd50f commit fe4c9dd

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
@@ -42,6 +42,9 @@ jobs:
4242
- name: Install gettext
4343
run: sudo apt-get install -y gettext
4444

45+
- name: Install gettext
46+
run: sudo apt-get install -y gettext
47+
4548
- name: Compile .po files to .mo
4649
run: |
4750
find Doc/locales/fa/LC_MESSAGES -name "*.po" | while read f; do

0 commit comments

Comments
 (0)