Browse Source

Passwordless sudo on azure?

pull/486/head
Emil Madsen 6 years ago
parent
commit
6f78395ef7
  1. 4
      azure-pipelines.yml

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

Loading…
Cancel
Save