Skip to content

Commit

Permalink
change graalvm back to graalvm to make it build
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiscript committed Jan 22, 2024
1 parent ba7064a commit f6d170f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/imageBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: jessiscript/setup-graalvm@main
with:
java-version: '21'
distribution: 'graalvm-community'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'
native-image-pr-comparison: 'true'
Expand Down

0 comments on commit f6d170f

Please sign in to comment.