Skip to content

Commit

Permalink
fix the other workflow to install the older Android SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Feb 5, 2024
1 parent 9284f78 commit f2255c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- name: Setup Android SDK 27, 28, 29 and 30
uses: android-actions/setup-android@v3
with:
cmdline-tools-version: 9123335
- run: sdkmanager tools "platforms;android-27" "platforms;android-28" "platforms;android-29" "platforms;android-30"
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit f2255c3

Please sign in to comment.