Skip to content

Commit c5f8a12

Browse files
committed
specify opencv dir
1 parent 46ea0a2 commit c5f8a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opencvsharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cd opencvsharp && mkdir build && cd build && \
4848
cmake \
4949
-D CMAKE_INSTALL_PREFIX=${{ github.workspace }}/opencvsharp/build \
50-
-D OpenCV_DIR=${{ github.workspace }}/opencv \
50+
-D OpenCV_DIR=${{ github.workspace }}/opencv/lib/cmake/opencv4 \
5151
../src
5252
5353
- name: Build OpenCvSharp

0 commit comments

Comments
 (0)