Skip to content

Commit dffd88f

Browse files
Update test-cache.yml
1 parent e55c9f0 commit dffd88f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-cache.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Set up Java
19-
uses: actions/setup-java@v4
19+
uses: actions/setup-java@v1
2020
with:
21+
distribution: 'zulu'
2122
java-version: '9.0.4'
2223
cache: ${{ matrix.build-system }}
2324

0 commit comments

Comments
 (0)