fix: set rustup toolchain
This commit is contained in:
parent
58895d5f30
commit
cb6f368c94
@ -101,6 +101,8 @@ install-rust() {
|
||||
log "info" "${GREEN}Rust${RESET_BOLD} already installed, skipping"
|
||||
fi
|
||||
export PATH="${PATH}:${install_path}/cargo/bin"
|
||||
|
||||
rustup default stable
|
||||
}
|
||||
|
||||
install-cargo-binary() {
|
||||
|
Loading…
Reference in New Issue
Block a user