We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8768106 commit 3208fdcCopy full SHA for 3208fdc
.github/workflows/release.yml
@@ -220,6 +220,7 @@ jobs:
220
override: true
221
- name: Install musl tools
222
run: |
223
+ sudo apt update
224
sudo apt install -y musl-tools
225
- uses: Swatinem/rust-cache@v2
226
- name: Build binary (MUSL x86_64)
@@ -259,6 +260,7 @@ jobs:
259
260
261
262
263
264
sudo apt install -y musl-tools gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu
265
- name: Install cross
266
env:
0 commit comments