archive
/
md-pdf-rs
Archived
1
Fork 0

Better export path

This commit is contained in:
Jake Howard 2017-07-12 12:47:38 +01:00
parent 237e912cdb
commit 3b45ebd272
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 5 additions and 1 deletions

View File

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