mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-09-01 17:29:18 +02:00
Fix path for vswhere.exe in build_bin.yml
This commit is contained in:
2
.github/workflows/build_bin.yml
vendored
2
.github/workflows/build_bin.yml
vendored
@@ -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 `
|
||||
|
||||
Reference in New Issue
Block a user