Skip to content

Commit b85d239

Browse files
committed
Use android-actions/setup-android to accept licenses
1 parent 31b918e commit b85d239

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
distribution: 'zulu'
2424
java-version: 17
2525
cache: 'gradle'
26+
- name: Setup Android SDK
27+
uses: android-actions/setup-android@v3
2628
- name: Build the app
2729
run: ./gradlew assemble${{ matrix.target }}Release
2830
- name: Run Unit tests

0 commit comments

Comments
 (0)