aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-03-20 19:05:47 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-03-20 19:05:47 -0400
commitb7fb63d6966cc46da19eda32f99ede5177bbdf4c (patch)
tree44f9aef81159bfe095918b51585fc76c1063540c /ci
parent15c316b0d8152c0a1ad5b4b26efdf3fdc8cfb4c0 (diff)
downloadzig-b7fb63d6966cc46da19eda32f99ede5177bbdf4c.tar.gz
zig-b7fb63d6966cc46da19eda32f99ede5177bbdf4c.zip
ci: apt-get update before install as a workaround
Diffstat (limited to 'ci')
-rwxr-xr-xci/azure/update_download_page1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/azure/update_download_page b/ci/azure/update_download_page
index daaf467c27..07816f0d2d 100755
--- a/ci/azure/update_download_page
+++ b/ci/azure/update_download_page
@@ -5,6 +5,7 @@ set -e
SRCDIR=$(pwd)
rm -rf .git
+sudo apt-get update -y
sudo apt-get install -y s3cmd
cd "$HOME"