Skip to content

Commit

Permalink
Apply workaround for mybatisgh-24
Browse files Browse the repository at this point in the history
* Change version graalvm to latest dev version instead of latest GA version
  • Loading branch information
kazuki43zoo committed May 15, 2022
1 parent 99d0f3e commit e3c7eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/samples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up GraalVM
uses: graalvm/setup-graalvm@v1
with:
version: 'latest'
version: 'dev'
java-version: ${{ matrix.java }}
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e3c7eef

Please sign in to comment.