diff --git a/ci/actions/windows/build.ps1 b/ci/actions/windows/build.ps1 index 45d05bea..7673cb5e 100644 --- a/ci/actions/windows/build.ps1 +++ b/ci/actions/windows/build.ps1 @@ -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