Browse Source

Add java setup to fix aab generation

Ivan Savenko 1 year ago
parent
commit
dcc9c03237
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .github/workflows/github.yml

+ 6 - 0
.github/workflows/github.yml

@@ -353,6 +353,12 @@ jobs:
       env:
         GENERATE_ONLY_BUILT_CONFIG: 1
 
+    - uses: actions/setup-java@v4
+      if: ${{ startsWith(matrix.platform, 'android') }}
+      with:
+        distribution: 'temurin'
+        java-version: '11'
+
     - name: Build Number
       run: |
         source '${{github.workspace}}/CI/get_package_name.sh'