We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba109a commit 2f83828Copy full SHA for 2f83828
.github/workflows/opencv.yml
@@ -10,8 +10,8 @@ env:
10
OPENCV_VERSION: 4.11.0
11
OPENCV_CMAKE_ARGS: >-
12
-D CMAKE_BUILD_TYPE=RELEASE
13
- -D OPENCV_EXTRA_MODULES_PATH=${{ github.workspace }}/opencv_contrib/modules
14
- -D CMAKE_INSTALL_PREFIX=${{ github.workspace }}/opencv/build/install
+ -D OPENCV_EXTRA_MODULES_PATH=./opencv_contrib/modules
+ -D CMAKE_INSTALL_PREFIX=./opencv/build/install
15
-D BUILD_LIST=core,imgproc,imgcodecs
16
-D BUILD_PNG=ON
17
-D BUILD_TIFF=ON
0 commit comments