Commit dc2d6bd
committed
fix(ci): install wasm-tools-net9 workload for Blazor WASM build
The CI runner defaults to .NET 10 SDK which resolves 'wasm-tools' to
the .NET 10 variant. The project targets net9.0 and requires the
'wasm-tools-net9' workload specifically.1 parent 9432ff2 commit dc2d6bd
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments