File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
- - JULIAVERSION : " julianightlies /bin/winnt/x64/julia-latest-win64.exe"
3
+ - JULIA_URL : " https://julialangnightlies-s3.julialang.org /bin/winnt/x64/julia-latest-win64.exe"
4
4
5
5
branches :
6
6
only :
@@ -14,9 +14,10 @@ notifications:
14
14
on_build_status_changed : false
15
15
16
16
install :
17
+ - ps : " [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12"
17
18
# Download most recent Julia Windows binary
18
19
- ps : (new-object net.webclient).DownloadFile(
19
- $("http://s3.amazonaws.com/"+$ env:JULIAVERSION) ,
20
+ $env:JULIA_URL ,
20
21
" C:\p rojects\j ulia-binary.exe" )
21
22
# Run installer silently, output to C:\projects\julia
22
23
- C:\projects\julia-binary.exe /S /D=C:\projects\julia
You can’t perform that action at this time.
0 commit comments