Skip to content

Commit 04f49ff

Browse files
authored
Build all modules for Windows on ARM64. (#266)
1 parent 78354b2 commit 04f49ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/OCV-PR-Windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
-DBUILD_EXAMPLES=ON
8181
-DOPENCV_ENABLE_NONFREE=ON
8282
${{ matrix.no_opencl && '-DWITH_OPENCL=OFF' || '' }}
83-
${{ matrix.arch == 'arm64' && '-DWITH_VULKAN=OFF -DBUILD_opencv_vulkan=OFF -DOPENCV_DNN_VULKAN=OFF -DCMAKE_DISABLE_FIND_PACKAGE_Vulkan=ON -DBUILD_LIST=core,imgproc,highgui,videoio' || '' }}
83+
${{ matrix.arch == 'arm64' && '-DWITH_VULKAN=OFF -DBUILD_opencv_vulkan=OFF -DOPENCV_DNN_VULKAN=OFF -DCMAKE_DISABLE_FIND_PACKAGE_Vulkan=ON' || '' }}
8484
${{ matrix.arch == 'x86' && '-DBUILD_opencv_python3=OFF' || '' }}
8585
MAIN_BUILD_DIR: "${{ (github.event.repository.name != 'opencv_contrib') && 'build' || 'build-contrib' }}"
8686
OPENCV_FOR_THREADS_NUM: 8

0 commit comments

Comments
 (0)