update openssl url
Signed-off-by: Andy Green <andy@warmcat.com>
This commit is contained in:
parent
5462be9a44
commit
e5823158b3
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ environment:
|
|||
- LWS_METHOD: nossl
|
||||
CMAKE_ARGS: -DLWS_WITH_SSL=OFF
|
||||
install:
|
||||
- appveyor DownloadFile https://libwebsockets.org/Win32OpenSSL-1_0_2d.exe
|
||||
- Win32OpenSSL-1_0_2d.exe /silent /verysilent /sp- /suppressmsgboxes
|
||||
- appveyor DownloadFile https://slproweb.com/download/Win32OpenSSL-1_0_2g.exe
|
||||
- Win32OpenSSL-1_0_2g.exe /silent /verysilent /sp- /suppressmsgboxes
|
||||
- cinst -y nsis
|
||||
- SET PATH=C:\Program Files\NSIS\;C:\Program Files (x86)\NSIS\;%PATH%
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue