We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef45b7 commit 3973668Copy full SHA for 3973668
1 file changed
ci/install_deps.sh
@@ -2,6 +2,7 @@ export RUSTUP_HOME=/usr/local/rustup
2
export CARGO_HOME=/usr/local/cargo
3
export PATH=/usr/local/cargo/bin:$PATH
4
export RUST_VERSION=1.60.0
5
+export DESIRED_VERSION="v3.5.4"
6
7
set -eux
8
dpkgArch="$(dpkg --print-architecture)"
@@ -25,4 +26,4 @@ rustc --version
25
26
27
rustup target add x86_64-unknown-linux-gnu
28
HELM_INSTALL_DIR=/bin
-curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
29
+curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
0 commit comments