Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3892 from input-output-hk/csl-appveyor
Browse files Browse the repository at this point in the history
appveyor:  bump OpenSSL to 1.0.2q, as build for 1.0.2p is no longer available
  • Loading branch information
deepfire authored Nov 23, 2018
2 parents 95eb2c9 + 8a97dd2 commit b4f5ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ before_test:
$env:PATH="$env:PATH;C:\ghc\ghc-8.2.2\bin"
# Install OpenSSL 1.0.2 (see https://github.com/appveyor/ci/issues/1665)
- ps: (New-Object Net.WebClient).DownloadFile('https://slproweb.com/download/Win64OpenSSL-1_0_2p.exe', "$($env:USERPROFILE)\Win64OpenSSL.exe")
- ps: (New-Object Net.WebClient).DownloadFile('https://slproweb.com/download/Win64OpenSSL-1_0_2q.exe', "$($env:USERPROFILE)\Win64OpenSSL.exe")
- ps: cmd /c start /wait "$($env:USERPROFILE)\Win64OpenSSL.exe" /silent /verysilent /sp- /suppressmsgboxes /DIR=C:\OpenSSL-Win64-v102
- ps: Install-Product node 6
# Install stack
Expand Down

0 comments on commit b4f5ff7

Please sign in to comment.