archive
/
md-pdf-rs
Archived
1
Fork 0

Add rust to path

This commit is contained in:
Jake Howard 2017-07-12 12:44:34 +01:00
parent 8f9b003100
commit 237e912cdb
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -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: