Skip to content

Commit

Permalink
attempt fix for android build problem, actions/runner-images#8952
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Feb 5, 2024
1 parent 610163c commit 15222e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,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 15222e2

Please sign in to comment.