mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-09 04:09:20 +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
|
# Update current shell environment variables after install to find rustup
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
rustup install stable
|
rustup install stable
|
||||||
bash install.sh
|
bash install.sh --no-clone
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user