mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-26 00:00:03 +03:00
fix(installation): avoid additional repository cloning in devcontainer setup
closes #1776
This commit is contained in:
parent
dbcdeec5d4
commit
b0ddf4d704
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue