Skip to content

Commit 29bc863

Browse files
Update dotnet.yml
1 parent 23d5388 commit 29bc863

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@ jobs:
2424
uses: actions/setup-dotnet@v4
2525
with:
2626
dotnet-version: 9.0.x
27-
- name: Install
27+
- name: Install Maui
2828
run: dotnet workload install maui
29+
- name: Install Wasm Tools .Net8
30+
run: dotnet workload install wasm-tools-net8
31+
- name: Install Wasm Tools .Net9
32+
run: dotnet workload install wasm-tools-net9
2933
- name: Build Maui Net8.0
3034
run: dotnet build ./Blazor-MAUI-Demos/Blazor_MAUI_Demos_NET8.csproj
3135
- name: Build Maui Net9.0

0 commit comments

Comments
 (0)