From 9f814dd47fc785220030b4ab4d6c4269f76ce0ea Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 2 Apr 2019 11:03:13 -0400 Subject: [PATCH] Fix apt-get invocation on Azure. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aaf2445b..51b92771 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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