From cd5ef6fd5edd565490124cd1b1f361bced32fb94 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Wed, 4 Dec 2024 19:39:49 +0100 Subject: Use android-actions/setup-android to accept licenses --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/build.yaml') 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 -- cgit v1.2.3