Skip to content

Commit

Permalink
Update dotnet-windows-build.yml
Browse files Browse the repository at this point in the history
Manually specify android and mac workloads
  • Loading branch information
BrandonStudio authored Jan 19, 2024
1 parent d3a4354 commit 661b767
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.2

# Install specific workloads
- name: Install android and maccatalyst workloads
run: dotnet workload install android maccatalyst

# Install workloads
- name: Restore workloads
run: dotnet workload restore
Expand Down

0 comments on commit 661b767

Please sign in to comment.