From ce0651b79c178bfbdf652e632cfadb837eac4829 Mon Sep 17 00:00:00 2001 From: Nils Domrose Date: Mon, 27 May 2019 00:23:42 +0200 Subject: [PATCH] fix mysql package in ubuntu --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2045181..ec8ee4b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ steps: - script: | sudo apt-get update - sudo apt-get install -y libmariadb-dev + sudo apt-get install -y libmysql++-dev displayName: Install libmysql - script: |