Skip to content

Commit 9324867

Browse files
committed
just cmake
1 parent 094674d commit 9324867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Configure OpenCV
4040
run: |
4141
cd opencv && mkdir build && cd build && \
42-
cmake3 \
42+
cmake \
4343
-D CMAKE_BUILD_TYPE=RELEASE \
4444
-D OPENCV_EXTRA_MODULES_PATH=/opencv_contrib/modules \
4545
-D BUILD_SHARED_LIBS=OFF \

0 commit comments

Comments
 (0)