Revert setting the default toolchain (#9093)

automerge
This commit is contained in:
Jack May 2020-03-26 14:21:22 -07:00 committed by GitHub
parent dae28b9cfe
commit 39a622f66e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ export rust_nightly_docker_image=solanalabs/rust-nightly:"$nightly_version"
declare toolchain=$1
if ! cargo +"$toolchain" -V; then
rustup install "$toolchain"
rustup default "$toolchain"
cargo +"$toolchain" -V
fi
}