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.
1 parent 78354b2 commit 04f49ffCopy full SHA for 04f49ff
.github/workflows/OCV-PR-Windows.yaml
@@ -80,7 +80,7 @@ jobs:
80
-DBUILD_EXAMPLES=ON
81
-DOPENCV_ENABLE_NONFREE=ON
82
${{ 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' || '' }}
+ ${{ matrix.arch == 'arm64' && '-DWITH_VULKAN=OFF -DBUILD_opencv_vulkan=OFF -DOPENCV_DNN_VULKAN=OFF -DCMAKE_DISABLE_FIND_PACKAGE_Vulkan=ON' || '' }}
84
${{ matrix.arch == 'x86' && '-DBUILD_opencv_python3=OFF' || '' }}
85
MAIN_BUILD_DIR: "${{ (github.event.repository.name != 'opencv_contrib') && 'build' || 'build-contrib' }}"
86
OPENCV_FOR_THREADS_NUM: 8
0 commit comments