zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit b7fb63d6966cc46da19eda32f99ede5177bbdf4c (tree)
parent 15c316b0d8152c0a1ad5b4b26efdf3fdc8cfb4c0
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Wed, 20 Mar 2019 19:05:47 -0400

ci: apt-get update before install as a workaround

Diffstat:
Mci/azure/update_download_page | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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"