Skip to content

Commit

Permalink
Fix publish workflow for synced translation report (#2203)
Browse files Browse the repository at this point in the history
Building the synced translation report requires gettext for `msgmerge.`
  • Loading branch information
qwandor committed Jul 8, 2024
1 parent c39b6b0 commit 82b9f69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
- name: Setup Rust cache
uses: ./.github/workflows/setup-rust-cache

- name: Install Gettext
run: |
sudo apt update
sudo apt install gettext
- name: Install mdbook
uses: ./.github/workflows/install-mdbook

Expand Down

0 comments on commit 82b9f69

Please sign in to comment.