mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Optional Windows Taskcluster dependency should be able to use TLS 1.2
This commit is contained in:
parent
82bd1e51c7
commit
860422d1dc
1 changed files with 6 additions and 7 deletions
|
@ -10,13 +10,6 @@
|
|||
[EnvironmentVariableTarget]::Machine)
|
||||
|
||||
|
||||
# Optional
|
||||
$client.DownloadFile(
|
||||
"https://download.tuxfamily.org/dvorak/windows/bepo.exe",
|
||||
"C:\bepo.exe"
|
||||
)
|
||||
|
||||
|
||||
# use TLS 1.2 (see bug 1443595)
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||
|
||||
|
@ -35,6 +28,12 @@ function Expand-ZIPFile($file, $destination, $url)
|
|||
}
|
||||
}
|
||||
|
||||
# Optional
|
||||
$client.DownloadFile(
|
||||
"https://download.tuxfamily.org/dvorak/windows/bepo.exe",
|
||||
"C:\bepo.exe"
|
||||
)
|
||||
|
||||
md C:\git
|
||||
Expand-ZIPFile -File "C:\git.zip" -Destination "C:\git" -Url `
|
||||
"https://github.com/git-for-windows/git/releases/download/v2.19.0.windows.1/MinGit-2.19.0-64-bit.zip"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue