Ignores failure to update lists (GH-9424)

(cherry picked from commit 76531e2e82)

Co-authored-by: Steve Dower <steve.dower@microsoft.com>
This commit is contained in:
Miss Islington (bot) 2018-09-19 14:34:29 -07:00 committed by Steve Dower
parent d9c89111bd
commit 71bc694f38

View file

@ -1,4 +1,4 @@
sudo apt-get update
sudo apt-get update || true
sudo apt-get -yq install \
build-essential \