Skip to content

Commit 6e5f69d

Browse files
Update dotnet.yml
1 parent 29bc863 commit 6e5f69d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ jobs:
2626
dotnet-version: 9.0.x
2727
- 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
29+
- name: Install Wasm Tools
30+
run: dotnet workload install wasm-tools
3331
- name: Build Maui Net8.0
3432
run: dotnet build ./Blazor-MAUI-Demos/Blazor_MAUI_Demos_NET8.csproj
3533
- name: Build Maui Net9.0

0 commit comments

Comments
 (0)