We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a77536 commit ef3d417Copy full SHA for ef3d417
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: "maven"
24
25
- name: Install Missing Dependencies
26
- run: sudo apt-get install -y libv4l-0 libopencv-dev python3-opencv ffmpeg
+ run: sudo apt-get install -y libv4l-0 ffmpeg
27
28
- name: Dependency Test # installs all dependencies
29
run: mvn test -Dtest=org.myrobotlab.framework.DependencyTest -q
0 commit comments