From 4e580ae3ee74fa4e00223fea404a2089514ea394 Mon Sep 17 00:00:00 2001 From: messense Date: Mon, 25 Apr 2016 16:30:44 +0800 Subject: [PATCH] Update appveyor OpenSSL download link Signed-off-by: messense --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4a05559..597cdaf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ install: - - ps: Start-FileDownload "http://slproweb.com/download/Win64OpenSSL-1_0_2c.exe" - - Win64OpenSSL-1_0_2c.exe /silent /verysilent /sp- /suppressmsgboxes /dir="C:\OpenSSL-Win64" + - ps: Start-FileDownload "http://slproweb.com/download/Win64OpenSSL-1_0_2g.exe" + - Win64OpenSSL-1_0_2g.exe /silent /verysilent /sp- /suppressmsgboxes /dir="C:\OpenSSL-Win64" - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-gnu.exe' - rust-nightly-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin