Skip to content

Commit

Permalink
chore: attempt to fix native builds
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkAtra committed Jul 27, 2023
1 parent 67f79ec commit 638d30a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:

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

Expand Down

0 comments on commit 638d30a

Please sign in to comment.