Modify PATH to include installed rust.

This commit is contained in:
Ryan McQuen 2020-07-16 13:27:13 -07:00 committed by GitHub
parent d94df7bd53
commit 26d65fdcd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
tasks:
- before: export PATH="/usr/local/cargo/bin:$PATH"
- init: ./install.sh
- command: ~/.cargo/bin/rustlings watch
image: