Skip to content

Commit 0ff0de7

Browse files
committed
release workflow: install msgfmt for staticbuilds
This makes us actually embed localized messages. Part of fish-shell#11828
1 parent 092ef99 commit 0ff0de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
targets: x86_64-unknown-linux-musl,aarch64-unknown-linux-musl
8282
- name: Install dependencies
83-
run: sudo apt install crossbuild-essential-arm64 musl-tools python3-sphinx
83+
run: sudo apt install crossbuild-essential-arm64 gettext musl-tools python3-sphinx
8484
- name: Build statically-linked executables
8585
run: |
8686
set -x

0 commit comments

Comments
 (0)