Skip to content

Commit

Permalink
build: Use distribution instead of version.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Aug 1, 2023
1 parent e091a4c commit 48c0025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: graalvm/setup-graalvm@v1
with:
version: '23.0.1'
distribution: 'graalvm'
java-version: '17'
components: 'native-image,js'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 48c0025

Please sign in to comment.