Skip to content

Commit 5702f90

Browse files
committed
disable nonfree, move ON to top
1 parent d3c0be2 commit 5702f90

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/opencv.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ env:
1212
-D CMAKE_BUILD_TYPE=RELEASE
1313
-D OPENCV_EXTRA_MODULES_PATH=${{ github.workspace }}/opencv_contrib/modules
1414
-D CMAKE_INSTALL_PREFIX=${{ github.workspace }}/opencv/build/install
15-
-D BUILD_SHARED_LIBS=OFF
15+
-D BUILD_LIST=core,imgproc,imgcodecs
16+
-D BUILD_PNG=ON
17+
-D BUILD_TIFF=ON
1618
-D ENABLE_CXX11=ON
19+
-D BUILD_SHARED_LIBS=OFF
1720
-D BUILD_EXAMPLES=OFF
1821
-D BUILD_DOCS=OFF
1922
-D BUILD_PERF_TESTS=OFF
2023
-D BUILD_TESTS=OFF
2124
-D BUILD_JAVA=OFF
22-
-D BUILD_LIST=core,imgproc,imgcodecs
23-
-D BUILD_PNG=ON
24-
-D BUILD_TIFF=ON
2525
-D WITH_GSTREAMER=OFF
2626
-D WITH_ADE=OFF
2727
-D WITH_FFMPEG=OFF
@@ -31,7 +31,7 @@ env:
3131
-D WITH_OPENEXR=OFF
3232
-D WITH_PROTOBUF=OFF
3333
-D WITH_QUIRC=OFF
34-
-D OPENCV_ENABLE_NONFREE=ON
34+
-D OPENCV_ENABLE_NONFREE=OFF
3535
3636
jobs:
3737
build:

0 commit comments

Comments
 (0)