zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 624c74af6f61da55e2ba5dcb6b8605b6aec2cea2 (tree)
parent 82bf1eb7a1ae54f0bb52fdb8fdcd89fdaab683f0
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Sun, 16 Dec 2018 11:22:33 -0500

ci: install openssl on windows

Diffstat:
Mci/azure/windows_install | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/azure/windows_install b/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