Skip to content

Commit a6b8ada

Browse files
committed
remove the maui workloads from the pub yml as well
1 parent e690b1f commit a6b8ada

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/pub.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v4
2121
with:
22-
dotnet-version: 9.0.x
23-
- name: Install workload ios
24-
run: dotnet workload install ios
25-
- name: Install workload maccatalyst
26-
run: dotnet workload install maccatalyst
27-
- name: Install workload tvos
28-
run: dotnet workload install tvos
22+
dotnet-version: 10.0.x
2923
- name: Install T4
3024
run: dotnet tool install --global dotnet-t4
3125
- name: Build

0 commit comments

Comments
 (0)