diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f2c3e12..1127491 100644 --- a/azure-pipelines.yml +++ b/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