diff --git a/setup/unix-ci.py b/setup/unix-ci.py index cd30e1e6e5..129b5272d5 100644 --- a/setup/unix-ci.py +++ b/setup/unix-ci.py @@ -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')