Skip to content

Commit

Permalink
Add JDK17 to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bvschaik committed Sep 9, 2024
1 parent d4c095a commit a4af872
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ jobs:
with:
path: deps
key: ${{ matrix.cache-key }}-${{ env.SDL_VERSION }}-${{ env.SDL_MIXER_VERSION }}
- name: Set up JDK 17
if: matrix.BUILD_TARGET == 'android'
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Set up environment
env:
FILE_ENCRYPTION_IV: ${{ secrets.FILE_ENCRYPTION_IV }}
Expand Down

0 comments on commit a4af872

Please sign in to comment.