Commit 624c74af6f

Andrew Kelley <andrew@ziglang.org>
2018-12-16 17:22:33
ci: install openssl on windows
1 parent 82bf1eb
Changed files (1)
ci/azure/windows_install
@@ -3,7 +3,7 @@
 set -x
 set -e
 
-pacman -S --needed --noconfirm wget p7zip python3-pip
+pacman -S --needed --noconfirm wget p7zip python3-pip openssl
 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