diff options
| author | Arne Schwabe <arne@rfc2549.org> | 2024-12-04 19:39:49 +0100 |
|---|---|---|
| committer | Arne Schwabe <arne@rfc2549.org> | 2024-12-04 20:10:36 +0100 |
| commit | cd5ef6fd5edd565490124cd1b1f361bced32fb94 (patch) | |
| tree | c3bd99403f927560cdb4dd958200f47f2ae802f0 /.github/workflows | |
| parent | 805edf920609093a0ab4d555a285104df1e4586e (diff) | |
Use android-actions/setup-android to accept licenses
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yaml | 2 |
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 |
