Browse Source

fix mysql package in ubuntu

pull/493/head
Nils Domrose 5 years ago
parent
commit
ce0651b79c
  1. 2
      azure-pipelines.yml

2
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: |

Loading…
Cancel
Save