We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f70ddea + 780bfb8 commit c47224dCopy full SHA for c47224d
1 file changed
appveyor.yml
@@ -4,6 +4,7 @@ environment:
4
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
5
6
install:
7
+ - ps: "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12"
8
# Download most recent Julia Windows binary
9
- ps: "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12"
10
- ps: (new-object net.webclient).DownloadFile(
0 commit comments