Skip to content

Commit 60be46a

Browse files
committed
fix(ci): install wasm-tools workload for Blazor WASM build
The CI runner defaults to .NET 10 SDK which requires the wasm-tools-net9 workload to build the Blazor WebAssembly project targeting net9.0.
1 parent 9432ff2 commit 60be46a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.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: ${{ env.DOTNET_VERSION }}
2424

25+
- name: Install .NET workloads
26+
run: dotnet workload install wasm-tools
27+
2528
- name: Cache NuGet packages
2629
uses: actions/cache@v4
2730
with:

0 commit comments

Comments
 (0)