commit 489c31b6f5ad74bfa0ff1d91c049d0c11f931d94 (tree)
parent 3a2cc5decf5674b2d85c15b7d051c2f3bcf30904
Author: Andrew Kelley <andrew@ziglang.org>
Date: Wed, 24 Jun 2020 14:36:10 -0400
azure ci: install tar and xz with pacman
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/azure/windows_msvc_install b/ci/azure/windows_msvc_install
@@ -4,7 +4,7 @@ set -x
set -e
pacman -Su --needed --noconfirm
-pacman -S --needed --noconfirm wget p7zip python3-pip
+pacman -S --needed --noconfirm wget p7zip python3-pip tar xz
pip install s3cmd
wget -nv "https://ziglang.org/deps/llvm%2bclang%2blld-10.0.0-x86_64-windows-msvc-release-mt.tar.xz"
tar xf llvm+clang+lld-10.0.0-x86_64-windows-msvc-release-mt.tar.xz