commit df319db05839e1a2e28c7b7a2c7a5489f559bebd (tree) parent 3967823f3a0bbd5a3ddcd03e4d2366e501bdb737 Author: Andrew Kelley <andrew@ziglang.org> Date: Wed, 14 Apr 2021 23:18:03 -0700 ci: windows: install git Diffstat:
| M | ci/azure/windows_script | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/azure/windows_script b/ci/azure/windows_script @@ -4,7 +4,7 @@ set -x set -e pacman -Suy --needed --noconfirm -pacman -S --needed --noconfirm cmake ninja wget p7zip python3-pip tar xz +pacman -S --needed --noconfirm cmake git ninja wget p7zip python3-pip tar xz pip install s3cmd