Skip to content

Commit 5da0b6e

Browse files
committedJan 13, 2025·
Add NASM assembler to Windows build for jpeg-turbo.
1 parent 43c1105 commit 5da0b6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/build_wheels_windows.yml

+2
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)