File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
15
15
env :
16
- JAVA_HOME : ${{ github.workspace }}/graalvm-community-openjdk-17.0.9+9.1
16
+ JAVA_HOME : ${{ github.workspace }}/graalvm-ce-java11-linux-aarch64-22.3.3
17
17
18
18
steps :
19
19
- name : Check out code
20
20
uses : actions/checkout@v4
21
21
with :
22
22
persist-credentials : true
23
23
24
- - name : Set up JDK 17 from GraalVM
24
+ - name : Set up JDK 11 from GraalVM
25
25
run : |
26
26
echo "${{ env.JAVA_HOME }}/bin" >> $GITHUB_PATH
27
- wget https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-17.0.9 /graalvm-community-jdk-17.0.9_linux-x64_bin .tar.gz
28
- tar -xvzf graalvm-community-jdk-17.0.9_linux-x64_bin .tar.gz
27
+ wget https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.3.3 /graalvm-ce-java11-linux-aarch64-22.3.3 .tar.gz
28
+ tar -xvzf graalvm-ce-java11-linux-aarch64-22.3.3 .tar.gz
29
29
${{ env.JAVA_HOME }}/bin/gu install native-image
30
30
31
31
- name : Make gradlew executable
You can’t perform that action at this time.
0 commit comments