commit 6f78395ef71bd037fff24aeb60318c109294971a parent 5fb6531db869ae395f1ac08695023d0dd27879d0 Author: Emil Madsen <sovende@gmail.com> Date: Mon, 20 May 2019 21:59:18 +0200 Passwordless sudo on azure? Diffstat:
M | azure-pipelines.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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: |