diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-09-19 14:34:29 -0700 |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2018-09-19 14:34:29 -0700 |
commit | 71bc694f380fded55ac15aafaff41a12f329a90e (patch) | |
tree | 0e953b8733f722434cc33485d73f526395b234bb | |
parent | d9c89111bd82979ce8716f7ca68c69cf0f46e679 (diff) | |
download | cpython-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.sh | 2 |
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 \ |