diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 20451811..ec8ee4b5 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: |