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

Commit 9026425

Browse files
authored
Merge pull request #3397 from input-output-hk/devops-1003-appveyor-ssl-update
[DEVOPS-1003] Bump appveyor ssl version to 1.0.2q
2 parents 324fbc2 + 47bb9ad commit 9026425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ before_test:
6363
$env:PATH="$env:PATH;C:\ghc\ghc-8.2.2\bin"
6464
6565
# Install OpenSSL 1.0.2 (see https://github.com/appveyor/ci/issues/1665)
66-
- ps: (New-Object Net.WebClient).DownloadFile('https://slproweb.com/download/Win64OpenSSL-1_0_2o.exe', "$($env:USERPROFILE)\Win64OpenSSL.exe")
66+
- ps: (New-Object Net.WebClient).DownloadFile('https://slproweb.com/download/Win64OpenSSL-1_0_2p.exe', "$($env:USERPROFILE)\Win64OpenSSL.exe")
6767
- ps: cmd /c start /wait "$($env:USERPROFILE)\Win64OpenSSL.exe" /silent /verysilent /sp- /suppressmsgboxes /DIR=C:\OpenSSL-Win64-v102
6868
- ps: Install-Product node 6
6969
# Install stack

0 commit comments

Comments
 (0)