mirror of
https://github.com/google-ai-edge/gallery.git
synced 2025-07-05 06:00:31 -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:
|
||||
- name: Checkout the source code
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '21'
|
||||
- name: Build
|
||||
run: ./gradlew assembleRelease
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue