Skip to content

Commit

Permalink
refactor: remove third party action
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbuon committed Aug 12, 2024
1 parent b56d80d commit b44e278
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
run: ./.github/fetch_to_tag.sh

- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
cmdline-tools-version: 9477386
run: |
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "platforms;android-27" "build-tools;28.0.3"
- name: Set up Java 8
uses: actions/setup-java@v1
Expand Down

0 comments on commit b44e278

Please sign in to comment.