Skip to content

Commit b0347bd

Browse files
authored
Update development-action.yml
testing possible workload duplicated task
1 parent 115337a commit b0347bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/development-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
dotnet-version: 8.x.x
1818
- name: Restore Workload dependencies
1919
run: dotnet workload restore
20-
- name: Install .NET Maui workload packs
21-
run: dotnet workload install maui android
20+
# - name: Install .NET Maui workload packs
21+
# run: dotnet workload install maui android
2222
- name: Restore NuGet packages
2323
run: dotnet restore
2424
- name: Build

0 commit comments

Comments
 (0)