diff options
| -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 \ |
