From 6f78395ef71bd037fff24aeb60318c109294971a Mon Sep 17 00:00:00 2001 From: Emil Madsen Date: Mon, 20 May 2019 21:59:18 +0200 Subject: [PATCH] Passwordless sudo on azure? --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1127491..9280f64 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: |