We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af9476 commit 501134dCopy full SHA for 501134d
.github/workflows/ci.yml
@@ -234,8 +234,10 @@ jobs:
234
run: dotnet workload install macos
235
- name: Build Release-Blazor
236
run: dotnet build -c Release-Blazor Fusee.sln
237
- - name: Setup wasm-tools workload
238
- run: dotnet workload install wasm-tools
+ - name: Setup workloads
+ run: |
239
+ dotnet workload install wasm-tools
240
+ dotnet workload install wasm-tools-net6
241
- name: Publish F.E.Player.Blazor
242
run: dotnet publish -c Release -p:PublishProfile=FolderProfileRelease src/Engine/Player/Blazor/Fusee.Engine.Player.Blazor.csproj
243
- name: Build F.T.B.Blazorpatch
0 commit comments