Skip to content

Commit

Permalink
tweaks to the action to try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Aug 27, 2024
1 parent 13d3b8d commit 043f591
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,15 @@ 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: Install workload ios
run: dotnet workload install ios
- name: Install workload maccatalyst
run: dotnet workload install maccatalyst
- name: Install workload android
run: dotnet workload install android
- name: Install workload tvos
Expand Down

0 comments on commit 043f591

Please sign in to comment.