Skip to content

Commit 76531e2

Browse files
authored
Ignores failure to update lists (GH-9424)
1 parent b2984ab commit 76531e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vsts/install_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sudo apt-get update
1+
sudo apt-get update || true
22

33
sudo apt-get -yq install \
44
build-essential \

0 commit comments

Comments
 (0)