Skip to content

Commit

Permalink
adding opencv sub deps .. maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Dec 6, 2023
1 parent d138598 commit ddba3b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -20,7 +20,7 @@ jobs:
cache: "maven"

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

- name: Dependency Test # installs all dependencies
run: mvn test -Dtest=org.myrobotlab.framework.DependencyTest -q
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2044,6 +2044,7 @@
<groupId>org.apache.maven.plugins</groupId>
<version>2.18</version>
<configuration>
<!-- critical for jacoco to have original argLine prefixed here-->
<argLine>${argLine} -Djava.library.path=libraries/native
-Djna.library.path=libraries/native</argLine>
<includes>
Expand Down

0 comments on commit ddba3b2

Please sign in to comment.