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 a8092d8 commit dcfb374
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: Setup Android SDK
uses: android-actions/setup-android@v2
- name: Install Android Build Tools
run: sdkmanager "build-tools;29.0.3"
- name: Run common unit tests
Expand Down

0 comments on commit dcfb374

Please sign in to comment.