From 0549154b3021cc819e4f36b7a6eed847a6eca8ac Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 16 Jun 2026 15:59:22 +0100 Subject: [PATCH] Use new version of VS when installing compilers in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4f86a81d..dbfacd9d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -189,7 +189,7 @@ jobs: name: Install VC.140 components run: | Set-Location "C:\Program Files (x86)\Microsoft Visual Studio\Installer\" - $InstallPath = "C:\Program Files\Microsoft Visual Studio\2022\Enterprise" + $InstallPath = "C:\Program Files\Microsoft Visual Studio\18\Enterprise" $componentsToRemove= @( "Microsoft.VisualStudio.Component.VC.140" "Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL"