mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
azure ci: install tar and xz with pacman
This commit is contained in:
parent
3a2cc5decf
commit
489c31b6f5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user