mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-26 07:03:12 +02:00
Try running update/upgrade on Ubuntu CI VM in the hopes it will fix the libgl1 installation failure
This commit is contained in:
parent
5230b6bf9d
commit
fd20908dcd
1 changed files with 2 additions and 0 deletions
|
|
@ -107,6 +107,8 @@ def main():
|
|||
'https://download.calibre-ebook.com/ci/calibre/{}.tar.xz'.format(tball), SW
|
||||
)
|
||||
if not ismacos:
|
||||
run('sudo', 'apt-get', 'update', '-y')
|
||||
run('sudo', 'apt-get', 'upgrade', '-y')
|
||||
run('sudo', 'apt-get', 'install', '-y', 'gettext', 'libgl1-mesa-dev')
|
||||
|
||||
elif action == 'bootstrap':
|
||||
|
|
|
|||
Loading…
Reference in a new issue