Skip to content

Commit 093b8c1

Browse files
committed
add install step for opencv
1 parent 010058e commit 093b8c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/opencv.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ jobs:
6969
run: |
7070
cd opencv/build && make -j$(nproc)
7171
72+
- name: Install OpenCV
73+
run: |
74+
cd opencv/build && make install
75+
7276
- name: Show Build Artifacts
7377
run: |
7478
cd opencv/build && ls -lR

0 commit comments

Comments
 (0)