summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2018-09-19 13:23:25 -0700
committerGitHub <noreply@github.com>2018-09-19 13:23:25 -0700
commit76531e2e82319a487d659bc469441bd4b8251608 (patch)
treefd2352e3de4e384fc8862508ca52c46bd52cc3bc
parentb2984ab9a7c458f8b7ed8978c0c95b109116895d (diff)
downloadcpython-git-76531e2e82319a487d659bc469441bd4b8251608.tar.gz
Ignores failure to update lists (GH-9424)
-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 \