From 0ff0de7efe28db4a8d4af6254cf8f6cd3881c1e7 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 28 Sep 2025 06:05:27 +0200 Subject: [PATCH] release workflow: install msgfmt for staticbuilds This makes us actually embed localized messages. Part of #11828 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0110ffc7..f97e35cdf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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