Skip to content

Commit edf628a

Browse files
committed
add musl again
1 parent de2902c commit edf628a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ci/install_deps.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ rustup --version
2424
cargo --version
2525
rustc --version
2626

27-
rustup target add x86_64-unknown-linux-gnu
27+
rustup target add x86_64-unknown-linux-musl
28+
apt-get update
29+
apt-get install -y musl-tools
2830
HELM_INSTALL_DIR=/bin
2931
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
3032
curl -L -o myke https://github.com/fiji-flo/myke/releases/download/0.9.11/myke-0.9.11-x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)