Skip to content

Commit 8c84606

Browse files
committed
try building without the workloads
1 parent ffaa8df commit 8c84606

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/dotnet.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
uses: actions/setup-dotnet@v4
2525
with:
2626
dotnet-version: 9.0.x
27-
- name: Install workload ios
28-
run: dotnet workload install ios
29-
- name: Install workload maccatalyst
30-
run: dotnet workload install maccatalyst
31-
- name: Install workload tvos
32-
run: dotnet workload install tvos
27+
#- name: Install workload ios
28+
#run: dotnet workload install ios
29+
#- name: Install workload maccatalyst
30+
#run: dotnet workload install maccatalyst
31+
#- name: Install workload tvos
32+
#run: dotnet workload install tvos
3333
- name: Install T4
3434
run: dotnet tool install --global dotnet-t4
3535
- name: Build

0 commit comments

Comments
 (0)