We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf14be2 commit 24dcb24Copy full SHA for 24dcb24
appveyor.yml
@@ -66,7 +66,7 @@ before_test:
66
$env:PATH="$env:PATH;C:\ghc\ghc-8.4.4\bin"
67
68
# Install OpenSSL 1.0.2 (see https://github.com/appveyor/ci/issues/1665)
69
-- ps: (New-Object Net.WebClient).DownloadFile('https://slproweb.com/download/Win64OpenSSL-1_0_2q.exe', "$($env:USERPROFILE)\Win64OpenSSL.exe")
+- ps: (New-Object Net.WebClient).DownloadFile('https://slproweb.com/download/Win64OpenSSL-1_0_2r.exe', "$($env:USERPROFILE)\Win64OpenSSL.exe")
70
- ps: cmd /c start /wait "$($env:USERPROFILE)\Win64OpenSSL.exe" /silent /verysilent /sp- /suppressmsgboxes /DIR=C:\OpenSSL-Win64-v102
71
- ps: Install-Product node 6
72
# Install stack
0 commit comments