From df319db05839e1a2e28c7b7a2c7a5489f559bebd Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 14 Apr 2021 23:18:03 -0700 Subject: [PATCH] ci: windows: install git --- ci/azure/windows_script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/azure/windows_script b/ci/azure/windows_script index f24d6aafb7..b28760d78c 100644 --- 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