Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5da0b6e

Browse filesBrowse files
committed
Add NASM assembler to Windows build for jpeg-turbo.
1 parent 43c1105 commit 5da0b6e
Copy full SHA for 5da0b6e

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

‎.github/workflows/build_wheels_windows.yml

Copy file name to clipboardExpand all lines: .github/workflows/build_wheels_windows.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
architecture: ${{ matrix.platform }}
6060
- name: Setup MSBuild.exe
6161
uses: microsoft/setup-msbuild@v1.1
62+
- name: Setup NASM
63+
uses: ilammy/setup-nasm@v1
6264
- name: Build a package
6365
# CMake 3.25 regression fix. See https://stackoverflow.com/questions/74162633/problem-compiling-from-source-opencv-with-mvsc2019-in-64-bit-version
6466
run: |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.