Skip to content

Commit 1c62035

Browse files
install gettext for msgmerge
1 parent 0b30b28 commit 1c62035

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ jobs:
9393
- name: Setup Rust cache
9494
uses: ./.github/workflows/setup-rust-cache
9595

96+
- name: Install Gettext
97+
run: |
98+
sudo apt update
99+
sudo apt install gettext
100+
96101
- name: Install mdbook
97102
uses: ./.github/workflows/install-mdbook
98103

0 commit comments

Comments
 (0)