Skip to content

Commit

Permalink
Update OpenSSL version for Appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
nsuke committed Feb 2, 2016
1 parent 95c628e commit 1ea3ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ install:
- cmake --build . --config release
- cd ..
# OpenSSL
- appveyor DownloadFile https://slproweb.com/download/Win64OpenSSL-1_0_2e.exe
- ps: Start-Process Win64OpenSSL-1_0_2e.exe -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes" -Wait
- appveyor DownloadFile https://slproweb.com/download/Win64OpenSSL-1_0_2f.exe
- ps: Start-Process Win64OpenSSL-1_0_2f.exe -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes" -Wait
# Libevent
- appveyor DownloadFile https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz
- 7z x libevent-2.0.22-stable.tar.gz -so | 7z x -si -ttar
Expand Down

0 comments on commit 1ea3ca5

Please sign in to comment.