Skip to content

Commit e772e7d

Browse files
ci: add musl-dev for aarch64-unknown-linux-musl (#151)
1 parent 85e853e commit e772e7d

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
@@ -143,7 +143,7 @@ jobs:
143143
if: ${{ matrix.target == 'aarch64-unknown-linux-musl' }}
144144
run: |
145145
sudo apt update -y
146-
sudo apt install -y clang llvm musl-tools
146+
sudo apt install -y clang llvm musl-dev musl-tools
147147
echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS=-Clink-self-contained=yes -Clinker=rust-lld" >> $GITHUB_ENV
148148
echo CC_aarch64_unknown_linux_musl=clang >> $GITHUB_ENV
149149
echo AR_aarch64_unknown_linux_musl=llvm-ar >> $GITHUB_ENV

0 commit comments

Comments
 (0)