16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-09-01 12:49:18 +02:00

Fix path for vswhere.exe in build_bin.yml

This commit is contained in:
2026-08-19 13:20:53 +02:00
committed by GitHub
parent af08beaaa8
commit fee2dcea28

View File

@@ -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 `