update
This commit is contained in:
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@@ -63,9 +63,9 @@ jobs:
|
|||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
targets: apk
|
targets: apk
|
||||||
|
|
||||||
- platform: android-aab
|
# - platform: android-aab
|
||||||
os: ubuntu-latest
|
# os: ubuntu-latest
|
||||||
targets: aab
|
# targets: aab
|
||||||
|
|
||||||
# - platform: windows
|
# - platform: windows
|
||||||
# os: windows-2019
|
# os: windows-2019
|
||||||
@@ -116,11 +116,7 @@ jobs:
|
|||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Setup Gradle 8.5
|
|
||||||
if: startsWith(matrix.platform,'android')
|
|
||||||
uses: gradle/actions/setup-gradle@v3
|
|
||||||
with:
|
|
||||||
gradle-version: 8.1
|
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
if: startsWith(matrix.platform,'android')
|
if: startsWith(matrix.platform,'android')
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
@@ -136,7 +132,11 @@ jobs:
|
|||||||
add-to-path: true
|
add-to-path: true
|
||||||
link-to-sdk: true
|
link-to-sdk: true
|
||||||
|
|
||||||
|
- name: Setup Gradle 8.1
|
||||||
|
if: startsWith(matrix.platform,'android')
|
||||||
|
uses: gradle/actions/setup-gradle@v3
|
||||||
|
with:
|
||||||
|
gradle-version: 8.1
|
||||||
- name: Setup dependencies
|
- name: Setup dependencies
|
||||||
run: |
|
run: |
|
||||||
make ${{ matrix.platform }}-install-dependencies
|
make ${{ matrix.platform }}-install-dependencies
|
||||||
|
|||||||
2
libcore
2
libcore
Submodule libcore updated: bc48ec07a8...ffce04a04e
Reference in New Issue
Block a user