Skip to content

Commit 489c31b

Browse files
committed
azure ci: install tar and xz with pacman
1 parent 3a2cc5d commit 489c31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/azure/windows_msvc_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -x
44
set -e
55

66
pacman -Su --needed --noconfirm
7-
pacman -S --needed --noconfirm wget p7zip python3-pip
7+
pacman -S --needed --noconfirm wget p7zip python3-pip tar xz
88
pip install s3cmd
99
wget -nv "https://ziglang.org/deps/llvm%2bclang%2blld-10.0.0-x86_64-windows-msvc-release-mt.tar.xz"
1010
tar xf llvm+clang+lld-10.0.0-x86_64-windows-msvc-release-mt.tar.xz

0 commit comments

Comments
 (0)