ci: install openssl on windows

master
Andrew Kelley 2018-12-16 11:22:33 -05:00
parent 82bf1eb7a1
commit 624c74af6f
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
1 changed files with 1 additions and 1 deletions

View File

@ -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