From 54768dc1a0dc9a102ff10cf62ab04a0a0919e0c9 Mon Sep 17 00:00:00 2001 From: RickiNano <81099017+RickiNano@users.noreply.github.com> Date: Wed, 19 Mar 2025 08:29:05 +0100 Subject: [PATCH] Use the latest c++ redist for windows build (#4864) --- ci/actions/windows/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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