diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1127491b..9280f64c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,8 +9,8 @@ steps: displayName: 'Install Rust' - script: | - apt-get update - apt-get install -y libmysql++-dev + sudo apt-get update + sudo apt-get install -y libmysql++-dev displayName: Install libmysql - script: |