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