1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00

appveyor: upgrade git to v2.23.0

This commit is contained in:
Bert Belder 2019-09-12 19:18:55 +02:00
parent 93d6faacf5
commit e2421f78f3
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -78,7 +78,7 @@ init:
# TODO: remove when Appveyor upgrades to version 2.19.2.windows.1 or higher. # TODO: remove when Appveyor upgrades to version 2.19.2.windows.1 or higher.
- ps: |- - ps: |-
$git_setup_uri = "https://github.com/git-for-windows/git/releases/" + $git_setup_uri = "https://github.com/git-for-windows/git/releases/" +
"download/v2.21.0.windows.1/Git-2.21.0-64-bit.exe" "download/v2.23.0.windows.1/Git-2.23.0-64-bit.exe"
Invoke-WebRequest -Uri $git_setup_uri -OutFile "$env:TEMP\git-setup.exe" Invoke-WebRequest -Uri $git_setup_uri -OutFile "$env:TEMP\git-setup.exe"
Start-Process -FilePath "$env:TEMP\git-setup.exe" ` Start-Process -FilePath "$env:TEMP\git-setup.exe" `
-ArgumentList "/verysilent" ` -ArgumentList "/verysilent" `