Skip to content

Commit

Permalink
yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Feb 5, 2024
1 parent 15222e2 commit bda9ef3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
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"
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 bda9ef3

Please sign in to comment.