Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam committed Aug 23, 2023
1 parent a14c538 commit e3dd788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
cache: 'gradle'
- uses: graalvm/setup-graalvm@v1
with:
java-version: '11'
java-version: '17'
version: '23.0.1'
- run: ./gradlew build
- run: ./gradlew nativeCompile
Expand Down

0 comments on commit e3dd788

Please sign in to comment.