We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9432ff2 commit 60be46aCopy full SHA for 60be46a
1 file changed
.github/workflows/ci.yml
@@ -22,6 +22,9 @@ jobs:
22
with:
23
dotnet-version: ${{ env.DOTNET_VERSION }}
24
25
+ - name: Install .NET workloads
26
+ run: dotnet workload install wasm-tools
27
+
28
- name: Cache NuGet packages
29
uses: actions/cache@v4
30
0 commit comments