Skip to content

Commit a52f64d

Browse files
committed
Disable maven cache with setup-java
- Should fix Error: ENOENT: no such file or directory error with setup-java - Relates #2
1 parent a9bb18f commit a52f64d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/continuous-integration.yml

-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@ jobs:
3333
with:
3434
distribution: liberica
3535
java-version: ${{ matrix.java }}
36-
cache: maven
3736
- name: Build
3837
run: ./mvnw -B clean verify

0 commit comments

Comments
 (0)