Fix apt-get invocation on Azure.

This commit is contained in:
Pietro Gagliardi 2019-04-02 11:03:13 -04:00
parent af03601fde
commit 9f814dd47f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
versionSpec: '3.6'
architecture: 'x64'
- script: |
apt-get install -y libgtk-3-dev ninja-build
sudo apt-get install libgtk-3-dev ninja-build
# Ubuntu typically comes with an outdated meson
python -m pip install --upgrade pip setuptools wheel
pip install meson