Skip to content

Commit

Permalink
fix: set up GraalVM
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Mar 22, 2024
1 parent 416b560 commit 0b541a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/native-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
java-version: 17
cache: 'maven'

- uses: graalvm/setup-graalvm@v1
with:
java-version: '17'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'

- name: 'Build Native Image'
run: |
mvn install -DskipTests
Expand Down

0 comments on commit 0b541a5

Please sign in to comment.