We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2902c commit edf628aCopy full SHA for edf628a
1 file changed
ci/install_deps.sh
@@ -24,7 +24,9 @@ rustup --version
24
cargo --version
25
rustc --version
26
27
-rustup target add x86_64-unknown-linux-gnu
+rustup target add x86_64-unknown-linux-musl
28
+apt-get update
29
+apt-get install -y musl-tools
30
HELM_INSTALL_DIR=/bin
31
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
32
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