Use the latest c++ redist for windows build (#4864)
This commit is contained in:
parent
3c8ed91afc
commit
54768dc1a0
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ if (${LastExitCode} -ne 0) {
|
|||
|
||||
if (${env:RUN} -eq "artifact") {
|
||||
$p = Get-Location
|
||||
Invoke-WebRequest -Uri https://aka.ms/vs/16/release/vc_redist.x64.exe -OutFile "$p\vc_redist.x64.exe"
|
||||
Invoke-WebRequest -Uri https://aka.ms/vs/17/release/vc_redist.x64.exe -OutFile "$p\vc_redist.x64.exe"
|
||||
}
|
||||
|
||||
$env:cmake_path = Split-Path -Path(get-command cmake.exe).Path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue