libGL is now needed in the ubuntu azure image

This commit is contained in:
Kovid Goyal 2019-10-02 17:51:30 +05:30
parent dadef1ffb9
commit fa4e2d119d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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