mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-19 22:19:29 +02:00
Fix publish workflow for synced translation report (#2203)
Building the synced translation report requires gettext for `msgmerge.`
This commit is contained in:
parent
c39b6b01d7
commit
82b9f6950b
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user