Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loicottet authored Sep 12, 2024
1 parent c8904a4 commit bc1bb34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-graalvm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
shell: bash
run: |
mkdir jdk-dl
${MX_PATH}/mx --java-home= fetch-jdk --jdk-id labsjdk-ce-latest --to jdk-dl --alias ${LABSJDK_HOME}
${MX_PATH}/mx --java-home= fetch-jdk --jdk-id labsjdk-ce-21 --to jdk-dl --alias ${LABSJDK_HOME}
- name: Build GraalVM JDK
shell: bash
run: |
Expand All @@ -63,4 +63,4 @@ runs:
with:
distribution: 'oracle'
java-version: '${{ inputs.java-version }}'


0 comments on commit bc1bb34

Please sign in to comment.