We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c1105 commit 5da0b6eCopy full SHA for 5da0b6e
.github/workflows/build_wheels_windows.yml
@@ -59,6 +59,8 @@ jobs:
59
architecture: ${{ matrix.platform }}
60
- name: Setup MSBuild.exe
61
uses: microsoft/setup-msbuild@v1.1
62
+ - name: Setup NASM
63
+ uses: ilammy/setup-nasm@v1
64
- name: Build a package
65
# CMake 3.25 regression fix. See https://stackoverflow.com/questions/74162633/problem-compiling-from-source-opencv-with-mvsc2019-in-64-bit-version
66
run: |
0 commit comments