Skip to content

Commit 094674d

Browse files
committed
just cmake
1 parent 3231625 commit 094674d

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
@@ -94,7 +94,7 @@ jobs:
9494
- name: Configure OpenCvSharp
9595
run: |
9696
cd opencvsharp && mkdir build && cd build && \
97-
cmake3 \
97+
cmake \
9898
-D CMAKE_INSTALL_PREFIX=/opencvsharp/build \
9999
-D OpenCV_DIR=/opencv/build \
100100
../src

0 commit comments

Comments
 (0)