Skip to content

Commit

Permalink
Attempt to fix azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Skeen committed May 20, 2019
1 parent eb9d5e1 commit 5fb6531
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fb6531

Please sign in to comment.