8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43c1105 + 5da0b6e commit 4a0d4ceCopy full SHA for 4a0d4ce
.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-ver 3C70 sion
66
run: |
0 commit comments