Fix apt-get invocation on Azure.
This commit is contained in:
parent
af03601fde
commit
9f814dd47f
|
@ -13,7 +13,7 @@ jobs:
|
||||||
versionSpec: '3.6'
|
versionSpec: '3.6'
|
||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
- script: |
|
- 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
|
# Ubuntu typically comes with an outdated meson
|
||||||
python -m pip install --upgrade pip setuptools wheel
|
python -m pip install --upgrade pip setuptools wheel
|
||||||
pip install meson
|
pip install meson
|
||||||
|
|
Loading…
Reference in New Issue