Passwordless sudo on azure?

This commit is contained in:
Emil Madsen 2019-05-20 21:59:18 +02:00
parent 5fb6531db8
commit 6f78395ef7
1 changed files with 2 additions and 2 deletions

View File

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