Skip to content

Commit

Permalink
[github ci] Install Android SDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed Sep 16, 2024
1 parent 5a822a6 commit d8d066b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
- name: Install GraphViz
run: sudo apt update && sudo apt install graphviz
- name: Install Android SDK Manager
uses: android-actions/setup-android@v2
uses: android-actions/setup-android@v3
- name: Install Android SDK
run: |
sdkmanager "platforms;android-19"
sdkmanager "platforms;android-21"
# Testing
- name: Gradle Check
Expand Down

0 comments on commit d8d066b

Please sign in to comment.