From 76531e2e82319a487d659bc469441bd4b8251608 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 19 Sep 2018 13:23:25 -0700 Subject: Ignores failure to update lists (GH-9424) --- .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 7b98cfd..b1fa576 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 \ -- cgit v0.12