From a03f52add01c90c066e9c37970f7b7beefb20d94 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 (cherry picked from commit 0ff0de7efe28db4a8d4af6254cf8f6cd3881c1e7) --- .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 3a0de604e..44cb0ab47 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