Skip to content

Commit 7e6180f

Browse files
committed
ci: add .NET workload installation step
1 parent dab2783 commit 7e6180f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
with:
2323
dotnet-version: 9.0.x
2424

25+
- name: Install .NET workloads
26+
run: dotnet workload install aspire wasm-tools
27+
2528
- name: Restore
2629
run: dotnet restore
2730

0 commit comments

Comments
 (0)