Skip to content

Commit b88c7c6

Browse files
authored
Update ci.yml
1 parent 03b417e commit b88c7c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ jobs:
9090
- name: Set up JDK 11
9191
uses: actions/setup-java@v3
9292
with:
93-
java-version: 1.11
93+
distribution: 'zulu'
94+
java-version: '11'
9495

9596
- uses: actions/setup-dotnet@v2
9697
with:

0 commit comments

Comments
 (0)