Skip to content

Commit

Permalink
graalvm > jdk17 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sdedic committed Apr 15, 2024
1 parent 892ab61 commit 8e3c89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2623,7 +2623,7 @@ jobs:

- name: Setup GraalVM {{ matrix.graal }}
run: |
URL=https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-${{ matrix.graal }}/graalvm-ce-java11-linux-amd64-${{ matrix.graal }}.tar.gz
URL=https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-${{ matrix.graal }}/graalvm-ce-java17-linux-amd64-${{ matrix.graal }}.tar.gz
curl -L $URL | tar -xz
GRAALVM=`pwd`/graalvm-ce-java11-${{ matrix.graal }}
echo "JAVA_HOME=$GRAALVM" >> $GITHUB_ENV
Expand Down

0 comments on commit 8e3c89d

Please sign in to comment.