release workflow: install msgfmt for staticbuilds

This makes us actually embed localized messages.

Part of #11828

(cherry picked from commit 0ff0de7efe)
This commit is contained in:
Johannes Altmanninger
2025-09-28 06:05:27 +02:00
parent 89fa81123b
commit a03f52add0

View File

@@ -80,7 +80,7 @@ jobs:
with:
targets: x86_64-unknown-linux-musl,aarch64-unknown-linux-musl
- name: Install dependencies
run: sudo apt install crossbuild-essential-arm64 musl-tools python3-sphinx
run: sudo apt install crossbuild-essential-arm64 gettext musl-tools python3-sphinx
- name: Build statically-linked executables
run: |
set -x