Skip to content

Commit

Permalink
Update to graalvm github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-langer committed Oct 3, 2023
1 parent be69904 commit 189a95c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,18 +149,10 @@ jobs:
- uses: actions/checkout@v3
- uses: graalvm/setup-graalvm@v1
with:
version: 23.1.0
java-version: 21
components: native-image
distribution: graalvm-community
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: true
set-java-home: false
cache: maven
- name: Set up JDK ${{ env.JAVA_VERSION }}
uses: actions/setup-java@v3.13.0
with:
distribution: ${{ env.JAVA_DISTRO }}
java-version: ${{ env.JAVA_VERSION }}
cache: maven
- name: Build Helidon
run: etc/scripts/github-compile.sh
Expand Down

0 comments on commit 189a95c

Please sign in to comment.