Skip to content

Commit a397db1

Browse files
authored
Update build_wheels_windows.yml
1 parent 5601e19 commit a397db1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,6 @@ jobs:
6262
- name: Setup NASM
6363
uses: ilammy/setup-nasm@v1
6464

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-
7665
- name: Build a package
7766
# CMake 3.25 regression fix. See https://stackoverflow.com/questions/74162633/problem-compiling-from-source-opencv-with-mvsc2019-in-64-bit-version
7867
run: |

0 commit comments

Comments
 (0)