1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-25 04:53:58 +00:00

Update rust version and use minimal profile for CI

This commit is contained in:
Daniel García 2019-10-15 21:21:37 +02:00
parent d3bd2774dc
commit 83fd44eeef
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
5 changed files with 79 additions and 78 deletions

View file

@ -4,7 +4,7 @@ pool:
steps:
- script: |
ls -la
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $(cat rust-toolchain)
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $(cat rust-toolchain) --profile=minimal
echo "##vso[task.prependpath]$HOME/.cargo/bin"
displayName: 'Install Rust'