Skip to content

Commit 501134d

Browse files
authored
Update ci.yml
1 parent 4af9476 commit 501134d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,10 @@ jobs:
234234
run: dotnet workload install macos
235235
- name: Build Release-Blazor
236236
run: dotnet build -c Release-Blazor Fusee.sln
237-
- name: Setup wasm-tools workload
238-
run: dotnet workload install wasm-tools
237+
- name: Setup workloads
238+
run: |
239+
dotnet workload install wasm-tools
240+
dotnet workload install wasm-tools-net6
239241
- name: Publish F.E.Player.Blazor
240242
run: dotnet publish -c Release -p:PublishProfile=FolderProfileRelease src/Engine/Player/Blazor/Fusee.Engine.Player.Blazor.csproj
241243
- name: Build F.T.B.Blazorpatch

0 commit comments

Comments
 (0)