Skip to content

Commit 4972bed

Browse files
committed
dev: source cargo env files to find rustup
Signed-off-by: Emmanuel Roullit <[email protected]>
1 parent f94f365 commit 4972bed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/setup.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
22
curl https://sh.rustup.rs -sSf | sh -s -- -y
3+
4+
# Update current shell environment variables after install to find rustup
5+
. "$HOME/.cargo/env"
36
rustup install stable
47
bash install.sh

0 commit comments

Comments
 (0)