Skip to content

Commit

Permalink
Merge pull request #665 from dlsc-software-consulting-gmbh/develop
Browse files Browse the repository at this point in the history
Fix GraalVM setup syntax in iOS workflow
  • Loading branch information
dlemmermann committed Sep 5, 2024
2 parents e67ff0d + 6872173 commit 66092c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:

- name: Setup Gluon's GraalVM
uses: gluonhq/setup-graalvm@master
graalvm: '22.1.0.1-Final'
jdk: 'java17'
with:
graalvm: '22.1.0.1-Final'
jdk: 'java17'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 66092c6

Please sign in to comment.