Skip to content

Commit 5521893

Browse files
committed
Fix JDK again
1 parent d2e44f4 commit 5521893

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/binaries-ea.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,17 @@ jobs:
224224
shell: bash
225225
run: mv ~/AppData/Local/mise ~/.asdf
226226
- name: Setup JDK for gradle itself
227+
if: false
227228
uses: actions/setup-java@v4
228229
with:
229230
java-version: '21'
230231
distribution: 'temurin'
232+
- name: Setup JDK ${{ env.jdk_version }}
233+
uses: actions/setup-java@v4
234+
with:
235+
java-version: '${{ env.jdk_version }}'
236+
distribution: 'corretto'
237+
java-package: 'jdk'
231238
# endregion
232239

233240
# region JavaFX

0 commit comments

Comments
 (0)