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:
parent
93d6faacf5
commit
e2421f78f3
1 changed files with 1 additions and 1 deletions
|
@ -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" `
|
||||||
|
|
Loading…
Reference in a new issue