We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726a645 commit 5d300b3Copy full SHA for 5d300b3
.github/workflows/dotnet.yml
@@ -21,9 +21,11 @@ jobs:
21
uses: actions/setup-dotnet@v3
22
with:
23
dotnet-version: 7.0.x
24
- - name: Install MAUI Workload
25
- run: dotnet workload install maui --ignore-failed-sources
26
+ - name: Install MAUI Workloads
+ run: |
27
+ dotnet workload install android --ignore-failed-sources
28
+ dotnet workload install maui --ignore-failed-sources
29
30
- name: Install dependencies
31
run: dotnet restore $SOLUTION
0 commit comments