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 1ea5065 commit cecf433Copy full SHA for cecf433
.github/workflows/dotnet.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Restore dependencies
24
run: dotnet restore
25
- name: Restore workloads
26
- run: dotnet workload restore
+ run: dotnet workload install wasm-tools
27
- name: Build
28
run: dotnet build --no-restore
29
- name: Test
0 commit comments