Skip to content

Commit

Permalink
Use android-actions/setup-android to accept licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
schwabe committed Dec 4, 2024
1 parent 31b918e commit b85d239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b85d239

Please sign in to comment.