Skip to content

Commit

Permalink
use more recent JDK in GH action for release build
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgrantham-lunarg committed Oct 8, 2024
1 parent 4a2631e commit 35e9638
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ jobs:
- name: Update submodules
run: |
git submodule update --init
- name: Set up Java
uses: "actions/setup-java@v4"
with:
java-version: 17
distribution: "temurin"
- name: Gradle build
run: |
cd android
Expand Down

0 comments on commit 35e9638

Please sign in to comment.