update vc_redist url (#2503)
This commit is contained in:
parent
c1bf474a6a
commit
df2df9bb4f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ if (${LastExitCode} -ne 0) {
|
|||
|
||||
if (${env:RUN} -eq "artifact") {
|
||||
$p = Get-Location
|
||||
Invoke-WebRequest -Uri https://aka.ms/vs/15/release/vc_redist.x64.exe -OutFile "$p\vc_redist.x64.exe"
|
||||
Invoke-WebRequest -Uri https://aka.ms/vs/16/release/vc_redist.x64.exe -OutFile "$p\vc_redist.x64.exe"
|
||||
}
|
||||
|
||||
& ..\ci\actions\windows\build.bat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue