mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 02:31:18 -03:00
release workflow: install msgfmt for staticbuilds
This makes us actually embed localized messages. Part of #11828
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -80,7 +80,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
targets: x86_64-unknown-linux-musl,aarch64-unknown-linux-musl
|
targets: x86_64-unknown-linux-musl,aarch64-unknown-linux-musl
|
||||||
- name: Install dependencies
|
- 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
|
- name: Build statically-linked executables
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
|
|||||||
Reference in New Issue
Block a user