authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-04-14 23:18:03-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-04-14 23:18:03-07:00
logdf319db05839e1a2e28c7b7a2c7a5489f559bebd
tree972c8996fcd4a957b0df94d06dd585f860f21f0e
parent3967823f3a0bbd5a3ddcd03e4d2366e501bdb737

ci: windows: install git


1 files changed, 1 insertions(+), 1 deletions(-)

ci/azure/windows_script+1-1
...@@ -4,7 +4,7 @@ set -x...@@ -4,7 +4,7 @@ set -x
4set -e4set -e
55
6pacman -Suy --needed --noconfirm6pacman -Suy --needed --noconfirm
7pacman -S --needed --noconfirm cmake ninja wget p7zip python3-pip tar xz7pacman -S --needed --noconfirm cmake git ninja wget p7zip python3-pip tar xz
88
9pip install s3cmd9pip install s3cmd
1010