Skip to content

Commit 551714f

Browse files
Copilothub966
andauthored
ci: add --fix-missing to apt-get install to handle transient network errors
Co-authored-by: hub966 <205647957+hub966@users.noreply.github.com>
1 parent 604513d commit 551714f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ubuntu-*|i386/ubuntu-*|debian-*)
5959
esac
6060

6161
sudo apt-get -q update
62-
sudo apt-get -q -y install \
62+
sudo apt-get -q -y --fix-missing install \
6363
$LANGUAGES apache2 cvs cvsps git gnupg $SVN \
6464
make libssl-dev libcurl4-openssl-dev libexpat-dev wget sudo default-jre \
6565
tcl tk gettext zlib1g-dev perl-modules liberror-perl libauthen-sasl-perl \

0 commit comments

Comments
 (0)