Skip to content

Commit

Permalink
Install android in all instances
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Aug 26, 2024
1 parent e6cb19d commit 652167e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,12 @@ jobs:
- name: Install required workloads
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
dotnet.exe workload install android
${{github.workspace}}/dotnet64/dotnet workload install android
elif [ "$RUNNER_OS" == "Windows" ]; then
dotnet.exe workload install android ios macos
else
dotnet.exe workload install android
${{github.workspace}}/dotnet64/dotnet workload install android ios macos
fi
shell: bash
Expand Down

0 comments on commit 652167e

Please sign in to comment.