Attempt to fix azure pipeline

This commit is contained in:
Emil Madsen 2019-05-20 21:54:01 +02:00
parent eb9d5e1196
commit 5fb6531db8
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ steps:
echo "##vso[task.prependpath]$HOME/.cargo/bin"
displayName: 'Install Rust'
- script: |
apt-get update
apt-get install -y libmysql++-dev
displayName: Install libmysql
- script: |
rustc -Vv
cargo -V