Skip to content

Commit

Permalink
Add install build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Schubert committed Sep 1, 2024
1 parent 10f01e3 commit a8092d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
java-version: "17"
- name: Set execution flag for gradlew
run: chmod +x gradlew
- name: Install Android Build Tools
run: sdkmanager "build-tools;29.0.3"
- name: Run common unit tests
run: bash ./gradlew :common:cleanTestDebugUnitTest :common:testDebugUnitTest
- name: Build Release AAB
Expand Down

0 comments on commit a8092d8

Please sign in to comment.