ci: install openssl on windows
This commit is contained in:
parent
82bf1eb7a1
commit
624c74af6f
@ -3,7 +3,7 @@
|
|||||||
set -x
|
set -x
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
pacman -S --needed --noconfirm wget p7zip python3-pip
|
pacman -S --needed --noconfirm wget p7zip python3-pip openssl
|
||||||
pip install s3cmd
|
pip install s3cmd
|
||||||
wget -nv "https://ziglang.org/deps/llvm%2bclang-7.0.0-win64-msvc-release.tar.xz"
|
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
|
tar xf llvm+clang-7.0.0-win64-msvc-release.tar.xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user