mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-03 09:19:18 +00:00
Add gp command for setting PATH.
This commit is contained in:
parent
6dcd5ebed6
commit
e78fe4ec5f
@ -1,5 +1,6 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- init: echo 'export PATH="/usr/local/cargo/bin:$PATH"' >> /etc/profile && export PATH="/usr/local/cargo/bin:$PATH" && ./install.sh
|
- before: gp env -e PATH="/usr/local/cargo/bin:$PATH"
|
||||||
|
- init: ./install.sh
|
||||||
- command: ~/.cargo/bin/rustlings watch
|
- command: ~/.cargo/bin/rustlings watch
|
||||||
image:
|
image:
|
||||||
file: .gitpod.Dockerfile
|
file: .gitpod.Dockerfile
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user