From fee2dcea2855b26d99b574336a1d039a024ce113 Mon Sep 17 00:00:00 2001 From: Hirek193 Date: Wed, 19 Aug 2026 13:20:53 +0200 Subject: [PATCH] Fix path for vswhere.exe in build_bin.yml --- .github/workflows/build_bin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_bin.yml b/.github/workflows/build_bin.yml index 9e2c253f..af326903 100644 --- a/.github/workflows/build_bin.yml +++ b/.github/workflows/build_bin.yml @@ -54,7 +54,7 @@ jobs: Get-Command python Write-Host "MSVC:" - & "${env:ProgramFiles}\Microsoft Visual Studio\Installer\vswhere.exe" ` + & "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" ` -latest ` -products * ` -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `