mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-03 01:09:18 +00:00
Move PATH export.
This commit is contained in:
parent
26d65fdcd2
commit
8113ef56f3
@ -1,6 +1,5 @@
|
||||
tasks:
|
||||
- before: export PATH="/usr/local/cargo/bin:$PATH"
|
||||
- init: ./install.sh
|
||||
- init: export PATH="/usr/local/cargo/bin:$PATH" && ./install.sh
|
||||
- command: ~/.cargo/bin/rustlings watch
|
||||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user