Skip to content

Commit 2af2129

Browse files
committed
Fix github actions param.
1 parent 6409a75 commit 2af2129

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compilation-check.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Set up JDK 11
1818
uses: actions/setup-java@v3
1919
with:
20+
distribution: 'temurin'
2021
java-version: 11
2122
cache: 'gradle'
2223
- name: Check library

0 commit comments

Comments
 (0)