diff options
author | Steve Dower <steve.dower@microsoft.com> | 2018-09-19 20:23:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-19 20:23:25 (GMT) |
commit | 76531e2e82319a487d659bc469441bd4b8251608 (patch) | |
tree | fd2352e3de4e384fc8862508ca52c46bd52cc3bc /.vsts | |
parent | b2984ab9a7c458f8b7ed8978c0c95b109116895d (diff) | |
download | cpython-76531e2e82319a487d659bc469441bd4b8251608.zip cpython-76531e2e82319a487d659bc469441bd4b8251608.tar.gz cpython-76531e2e82319a487d659bc469441bd4b8251608.tar.bz2 |
Ignores failure to update lists (GH-9424)
Diffstat (limited to '.vsts')
-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 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 \ |