commit 5a68c600235fb7cc0e1bf6a8b314e37890e3823b (tree)
parent 757d0665ae951bdd5cb754adbe433488f0bea8c4
Author: Andrew Kelley <andrew@ziglang.org>
Date: Sun, 16 Dec 2018 12:32:20 -0500
ci: update msys packages before installing
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ci/azure/windows_install b/ci/azure/windows_install
@@ -3,7 +3,8 @@
set -x
set -e
-pacman -S --needed --noconfirm wget p7zip python3-pip openssl
+pacman -Su --needed --noconfirm
+pacman -S --needed --noconfirm wget p7zip python3-pip
pip install s3cmd
wget -nv "https://ziglang.org/deps/llvm%2bclang-7.0.0-win64-msvc-release.tar.xz"
tar xf llvm+clang-7.0.0-win64-msvc-release.tar.xz