Skip to content

Commit 84adc9d

Browse files
Possible fix for GitHub workflow failure when fetching Java
Error: Unexpected HTTP status code '500' when retrieving versions from 'https://static.azul.com/zulu/bin/'. error code: 500
1 parent 0daca89 commit 84adc9d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/im-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
- name: Set up JDK 11
29-
uses: actions/setup-java@v1
29+
uses: actions/setup-java@v2
3030
with:
31+
distribution: 'temurin'
3132
java-version: '11'
3233
- name: Set up python 3.10
3334
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)