mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
Add java setup to fix aab generation
This commit is contained in:
@@ -353,6 +353,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GENERATE_ONLY_BUILT_CONFIG: 1
|
GENERATE_ONLY_BUILT_CONFIG: 1
|
||||||
|
|
||||||
|
- uses: actions/setup-java@v4
|
||||||
|
if: ${{ startsWith(matrix.platform, 'android') }}
|
||||||
|
with:
|
||||||
|
distribution: 'temurin'
|
||||||
|
java-version: '11'
|
||||||
|
|
||||||
- name: Build Number
|
- name: Build Number
|
||||||
run: |
|
run: |
|
||||||
source '${{github.workspace}}/CI/get_package_name.sh'
|
source '${{github.workspace}}/CI/get_package_name.sh'
|
||||||
|
|||||||
Reference in New Issue
Block a user