From 5c8093e5544f1570b140a474e35dd7cf892d07e4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 18 Jan 2020 09:08:11 +0530 Subject: [PATCH] Installtion of deps on github Ubuntu broken again --- setup/unix-ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')