From bceabbad5c0d36ac0a3b612dcbca1b19fe092f38 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 19 Sep 2018 11:14:35 -0700 Subject: [PATCH] Ignores failure to update lists --- .vsts/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts/install_deps.sh b/.vsts/install_deps.sh index 7b98cfddb6c406..b1fa576047e6c6 100755 --- a/.vsts/install_deps.sh +++ b/.vsts/install_deps.sh @@ -1,4 +1,4 @@ -sudo apt-get update +sudo apt-get update || true sudo apt-get -yq install \ build-essential \