Skip to content

Commit 0f1a3b8

Browse files
authored
Update appveyor.yml
1 parent c47224d commit 0f1a3b8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ environment:
66
install:
77
- ps: "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12"
88
# Download most recent Julia Windows binary
9-
- ps: "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12"
109
- ps: (new-object net.webclient).DownloadFile(
1110
$env:JULIA_URL,
1211
"C:\projects\julia-binary.exe")

0 commit comments

Comments
 (0)