Skip to content

Commit

Permalink
installing gettext on action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcieltorres committed Feb 18, 2024
1 parent ca7b6a0 commit a43b163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 1

- name: msgfmt
run: msgfmt --help
run: apt-get install gettext

- name: Installing the project
run: make docker/install
Expand Down

0 comments on commit a43b163

Please sign in to comment.