mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-09-01 19:49:19 +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
|
Get-Command python
|
||||||
|
|
||||||
Write-Host "MSVC:"
|
Write-Host "MSVC:"
|
||||||
& "${env:ProgramFiles}\Microsoft Visual Studio\Installer\vswhere.exe" `
|
& "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" `
|
||||||
-latest `
|
-latest `
|
||||||
-products * `
|
-products * `
|
||||||
-requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
|
-requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
|
||||||
|
|||||||
Reference in New Issue
Block a user