Skip to content

Commit ef3d417

Browse files
committed
removing opencv dep
1 parent 9a77536 commit ef3d417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: "maven"
2424

2525
- name: Install Missing Dependencies
26-
run: sudo apt-get install -y libv4l-0 libopencv-dev python3-opencv ffmpeg
26+
run: sudo apt-get install -y libv4l-0 ffmpeg
2727

2828
- name: Dependency Test # installs all dependencies
2929
run: mvn test -Dtest=org.myrobotlab.framework.DependencyTest -q

0 commit comments

Comments
 (0)