Skip to content

Commit 1738546

Browse files
committed
fixup! Unified windows build
1 parent 39da691 commit 1738546

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
@@ -71,7 +71,7 @@ jobs:
7171
-DBUILD_EXAMPLES=ON
7272
-DOPENCV_ENABLE_NONFREE=ON
7373
${{ matrix.uwp && '-DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 -DBUILD_opencv_gapi=OFF -DWITH_MSMF=OFF -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_opencv_apps=OFF' }}
74-
${{ matrix.vulcan && '-DWITH_OPENCL=OFF -DWITH_VULKAN=ON' }}
74+
${{ matrix.vulkan && '-DWITH_OPENCL=OFF -DWITH_VULKAN=ON' }}
7575
MAIN_BUILD_DIR: "${{ (github.event.repository.name != 'opencv_contrib') && 'build' || 'build-contrib' }}"
7676
OPENCV_FOR_THREADS_NUM: 8
7777
CMAKE_BUILD_PARALLEL_LEVEL: 8

0 commit comments

Comments
 (0)