Skip to content

Commit d728c91

Browse files
authored
Update build_wheels_windows.yml
1 parent a8d6375 commit d728c91

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,18 @@ jobs:
6161
uses: microsoft/[email protected]
6262
- name: Setup NASM
6363
uses: ilammy/setup-nasm@v1
64+
65+
- name: Debug Visual Studio and MSBuild
66+
shell: pwsh
67+
run: |
68+
Get-Command msbuild.exe -All
69+
&"C:\Program Files\Microsoft Visual Studio\Installer\vswhere.exe" -all -products * -format json | ConvertFrom-Json | ForEach-Object {
70+
$_.displayName
71+
$_.installationPath
72+
$_.catalog.productDisplayVersion
73+
$_.catalog.productLine
74+
}
75+
6476
- name: Build a package
6577
# CMake 3.25 regression fix. See https://stackoverflow.com/questions/74162633/problem-compiling-from-source-opencv-with-mvsc2019-in-64-bit-version
6678
run: |

0 commit comments

Comments
 (0)