Skip to content

Commit e91de31

Browse files
committed
fix(ci): add Android SDK setup for self-hosted runner
1 parent d33ff16 commit e91de31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
distribution: temurin
3333
java-version: 17
3434
- uses: gradle/actions/setup-gradle@v4
35+
- uses: android-actions/setup-android@v3
3536
- run: ./gradlew jacocoTestReport
3637
- uses: codecov/codecov-action@v5
3738
if: github.event_name == 'push'

0 commit comments

Comments
 (0)