From 5fb6531db869ae395f1ac08695023d0dd27879d0 Mon Sep 17 00:00:00 2001 From: Emil Madsen Date: Mon, 20 May 2019 21:54:01 +0200 Subject: [PATCH] Attempt to fix azure pipeline --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) 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