summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-09-19 14:34:29 -0700
committerSteve Dower <steve.dower@microsoft.com>2018-09-19 14:34:29 -0700
commit71bc694f380fded55ac15aafaff41a12f329a90e (patch)
tree0e953b8733f722434cc33485d73f526395b234bb
parentd9c89111bd82979ce8716f7ca68c69cf0f46e679 (diff)
downloadcpython-git-71bc694f380fded55ac15aafaff41a12f329a90e.tar.gz
Ignores failure to update lists (GH-9424)
(cherry picked from commit 76531e2e82319a487d659bc469441bd4b8251608) Co-authored-by: Steve Dower <steve.dower@microsoft.com>
-rwxr-xr-x.vsts/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vsts/install_deps.sh b/.vsts/install_deps.sh
index 7b98cfddb6..b1fa576047 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 \