mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-09 23:26:05 +01:00
libGL is now needed in the ubuntu azure image
This commit is contained in:
parent
dadef1ffb9
commit
fa4e2d119d
1 changed files with 1 additions and 1 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue