Skip to content

Commit a923daf

Browse files
author
GroG
committed
removing m2 cache
1 parent f6c9fc9 commit a923daf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Install Missing Dependencies
2626
run: sudo apt-get install -y libv4l-0 ffmpeg
2727

28+
- name: Clear Local Maven Cache
29+
run: rm -rf ~/.m2/repository
30+
2831
- name: Dependency Test
2932
run: mvn test -Dtest=org.myrobotlab.framework.DependencyTest -q
3033

0 commit comments

Comments
 (0)