We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094674d commit 9324867Copy full SHA for 9324867
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Configure OpenCV
40
run: |
41
cd opencv && mkdir build && cd build && \
42
- cmake3 \
+ cmake \
43
-D CMAKE_BUILD_TYPE=RELEASE \
44
-D OPENCV_EXTRA_MODULES_PATH=/opencv_contrib/modules \
45
-D BUILD_SHARED_LIBS=OFF \
0 commit comments