Browse Source

Attempt to fix azure pipeline

pull/486/head
Emil Madsen 6 years ago
parent
commit
5fb6531db8
  1. 5
      azure-pipelines.yml

5
azure-pipelines.yml

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

Loading…
Cancel
Save