mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-06 18:59:19 +00: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…
x
Reference in New Issue
Block a user