mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Dont run update since it breaks on github CI
This commit is contained in:
parent
a2bf48c929
commit
283dbdf392
@ -107,7 +107,7 @@ 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', 'update', '-y')
|
||||
# run('sudo', 'apt-get', 'upgrade', '-y')
|
||||
run('sudo', 'apt-get', 'install', '-y', 'gettext', 'libgl1-mesa-dev')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user