Skip to content

Commit

Permalink
CI android: install java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Dec 17, 2023
1 parent be4ba8a commit 8b272c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
- name: Download SDL
run: ./tools/sdl_download.sh

- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'

- name: Setup interactive tmate session
uses: mxschmitt/action-tmate@v3

Expand Down

0 comments on commit 8b272c6

Please sign in to comment.