We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092ef99 commit 0ff0de7Copy full SHA for 0ff0de7
.github/workflows/release.yml
@@ -80,7 +80,7 @@ jobs:
80
with:
81
targets: x86_64-unknown-linux-musl,aarch64-unknown-linux-musl
82
- name: Install dependencies
83
- run: sudo apt install crossbuild-essential-arm64 musl-tools python3-sphinx
+ run: sudo apt install crossbuild-essential-arm64 gettext musl-tools python3-sphinx
84
- name: Build statically-linked executables
85
run: |
86
set -x
0 commit comments