Skip to content

Commit c47224d

Browse files
authored
Merge pull request #29 from staticfloat/updated_ci_url
Update CI URLs to point to new caching infrastructure
2 parents f70ddea + 780bfb8 commit c47224d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ environment:
44
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
55

66
install:
7+
- ps: "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12"
78
# Download most recent Julia Windows binary
89
- ps: "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12"
910
- ps: (new-object net.webclient).DownloadFile(

0 commit comments

Comments
 (0)