From fa4e2d119de49a25d10fd4010b5fc58603bcafeb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 2 Oct 2019 17:51:30 +0530 Subject: [PATCH] libGL is now needed in the ubuntu azure image --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 40780a0f48..b98351b188 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -51,7 +51,7 @@ jobs: architecture: 'x64' - script: | - sudo apt-get install -y gettext + sudo apt-get install -y gettext libgl1-mesa-dev displayName: 'Install needed OS libs' - script: |