Skip to content

Commit d7ac805

Browse files
committed
Install java for Android CI
1 parent c295203 commit d7ac805

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ jobs:
6262
repository: 'vcmi/vcmi'
6363
ref: 'update_prebuilts'
6464

65+
- uses: actions/setup-java@v4
66+
if: ${{ startsWith(matrix.platform, 'android') }}
67+
with:
68+
distribution: 'temurin'
69+
java-version: '11'
70+
6571
- name: Install dependencies
6672
run: source '${{github.workspace}}/CI/${{matrix.platform}}/before_install.sh'
6773
env:

0 commit comments

Comments
 (0)