Skip to content

Commit

Permalink
gh action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Jan 6, 2025
1 parent a55dc72 commit 846a4ad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Install workload maui
run: dotnet workload install maui
- name: Install workload ios
run: dotnet workload install ios
- name: Install workload maccatalyst
run: dotnet workload install maccatalyst
- name: Install workload tvos
run: dotnet workload install tvos
- name: Install T4
run: dotnet tool install --global dotnet-t4
- name: Build
Expand Down

0 comments on commit 846a4ad

Please sign in to comment.