Skip to content

Commit

Permalink
see where it is
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Sep 22, 2024
1 parent 670dfcd commit eaad551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: "maven"

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

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

0 comments on commit eaad551

Please sign in to comment.