Skip to content

Commit

Permalink
Install gettext utils BEFORE using them
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Jul 22, 2024
1 parent d85b5b6 commit ce21654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-source-language-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: Install Poethepoet
run: pipx install poethepoet

- name: Extract localizable strings
run: poe xgettext

- name: Install gettext utils
run: sudo apt install gettext

- name: Extract localizable strings
run: poe xgettext

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
Expand Down

0 comments on commit ce21654

Please sign in to comment.