Skip to content

Commit

Permalink
fix jdk installation (via #59)
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam committed Sep 14, 2023
1 parent e132a47 commit a669652
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: graalvm/setup-graalvm@v1
with:
distribution: 'zulu'
java-version: '11'
cache: 'gradle'
- run: echo "::set-output name=name::${GITHUB_REF:10}"
id: version
java-version: '17'
distribution: 'graalvm'
- run: ./gradlew build
- run: ./gradlew nativeCompile
- uses: actions/upload-release-asset@v1.0.1
Expand Down

0 comments on commit a669652

Please sign in to comment.