mirror of
https://github.com/google-ai-edge/gallery.git
synced 2025-07-04 21:50:36 -04:00
Update build_android.yaml
This commit is contained in:
parent
2a95e5853b
commit
3c5302b4fc
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build_android.yaml
vendored
4
.github/workflows/build_android.yaml
vendored
|
@ -21,5 +21,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the source code
|
- name: Checkout the source code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- uses: actions/setup-java@v4
|
||||||
|
with:
|
||||||
|
distribution: 'temurin'
|
||||||
|
java-version: '21'
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew assembleRelease
|
run: ./gradlew assembleRelease
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue