Skip to content

Commit

Permalink
Fix the rustup path
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Jan 28, 2024
1 parent 531befa commit 21d3ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ install_rust() {
--fail "https://sh.rustup.rs" | \
sh -s -- --profile minimal -y --default-toolchain none

rustup toolchain install 1.70 --profile minimal --no-self-update
~/.cargo/bin/rustup toolchain install 1.70 --profile minimal --no-self-update
}

setup_secondary_user
Expand Down

0 comments on commit 21d3ac0

Please sign in to comment.