Skip to content

Commit

Permalink
use github's graalvm support
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Dec 14, 2023
1 parent eea77c8 commit 9490a50
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/maven-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,15 @@ jobs:
steps:
- name: checkout from git
uses: actions/checkout@v3

- name: Set up GraalVM
uses: DeLaGuardo/setup-graalvm@2.0
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
uses: graalvm/setup-graalvm@v1
with:
graalvm-version: '22.1.0.java17'
java-version: '17'
distribution: 'graalvm-community'
native-image-job-reports: 'true'
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: 'Install Native Image Plugin'
run: |
gu install native-image
Expand Down

0 comments on commit 9490a50

Please sign in to comment.