Skip to content

Commit d1025ff

Browse files
committed
Fix
1 parent 1e2d84d commit d1025ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/dependency-test.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ jobs:
8383
- name: "Checkout repository"
8484
uses: actions/checkout@v4
8585

86+
- name: "Setup java"
87+
uses: actions/setup-java@v4
88+
with:
89+
distribution: "temurin"
90+
java-version: ${{ env.JAVA_VERSION }}
91+
cache: 'maven'
92+
8693
- name: "Restore build cache"
8794
uses: actions/cache@v3
8895
with:

0 commit comments

Comments
 (0)