Better export path
This commit is contained in:
parent
237e912cdb
commit
3b45ebd272
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
machine:
|
||||
environment:
|
||||
PATH: "$HOME/.cargo/bin:$PATH"
|
||||
|
||||
dependencies:
|
||||
pre:
|
||||
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y && export PATH=$HOME/.cargo/bin:$PATH
|
||||
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y
|
||||
|
||||
test:
|
||||
override:
|
||||
|
|
Reference in a new issue