Skip to content

Commit

Permalink
Add distribution mandrel
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfeng committed Nov 30, 2023
1 parent 2b41ba0 commit 27d8a07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ jobs:
- name: Set up GraalVM 17
uses: graalvm/setup-graalvm@v1
with:
version: 'mandrel-latest'
distribution: 'mandrel'
version: 'latest'
java-version: 17
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 27d8a07

Please sign in to comment.