Skip to content

Commit

Permalink
Update development-action.yml
Browse files Browse the repository at this point in the history
testing possible workload duplicated task
  • Loading branch information
frankodoom authored May 24, 2024
1 parent 115337a commit b0347bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
dotnet-version: 8.x.x
- name: Restore Workload dependencies
run: dotnet workload restore
- name: Install .NET Maui workload packs
run: dotnet workload install maui android
# - name: Install .NET Maui workload packs
# run: dotnet workload install maui android
- name: Restore NuGet packages
run: dotnet restore
- name: Build
Expand Down

0 comments on commit b0347bd

Please sign in to comment.