Skip to content

Commit

Permalink
Re-add Android SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jobobby04 committed Jan 22, 2025
1 parent 2b890c2 commit c95d7fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- name: Clone repo
uses: actions/checkout@v4

- name: Setup Android SDK
run: |
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;29.0.3"
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit c95d7fe

Please sign in to comment.