Skip to content

Commit

Permalink
chore: List installed workloads
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Aug 27, 2024
1 parent 7467659 commit 3b8ca59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/uwp-autoconvert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
cd $env:GITHUB_WORKSPACE\src\Uno.WinUIRevert
dotnet run "$env:GITHUB_WORKSPACE"
- name: Workloads list
run: |
dotnet workload list
- name: Temporary step
run: |
dotnet restore build\filters\Uno.UI-top-projects-for-sync-gen.slnf -p:Configuration=Release -bl
Expand Down

0 comments on commit 3b8ca59

Please sign in to comment.