summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2024-12-04 19:39:49 +0100
committerArne Schwabe <arne@rfc2549.org>2024-12-04 20:10:36 +0100
commitcd5ef6fd5edd565490124cd1b1f361bced32fb94 (patch)
treec3bd99403f927560cdb4dd958200f47f2ae802f0
parent805edf920609093a0ab4d555a285104df1e4586e (diff)
Use android-actions/setup-android to accept licenses
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 287a0175..e63db3a9 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -23,6 +23,8 @@ jobs:
distribution: 'zulu'
java-version: 17
cache: 'gradle'
+ - name: Setup Android SDK
+ uses: android-actions/setup-android@v3
- name: Build the app
run: ./gradlew assemble${{ matrix.target }}Release
- name: Run Unit tests