Skip to content

Commit

Permalink
fix(installation): avoid additional repository cloning in devcontaine…
Browse files Browse the repository at this point in the history
…r setup

closes rust-lang#1776
  • Loading branch information
matthri committed Nov 18, 2023
1 parent b0e3eec commit 769b1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/setup.sh
Expand Up @@ -4,4 +4,4 @@ curl https://sh.rustup.rs -sSf | sh -s -- -y
# Update current shell environment variables after install to find rustup
. "$HOME/.cargo/env"
rustup install stable
bash install.sh
bash install.sh --no-clone

0 comments on commit 769b1ef

Please sign in to comment.