We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f45e0 commit 80a2d5aCopy full SHA for 80a2d5a
1 file changed
.github/workflows/playground.yml
@@ -34,6 +34,9 @@ jobs:
34
with:
35
dotnet-version: 8.0.x
36
37
+ - name: Install wasm-tools workload
38
+ run: dotnet workload install wasm-tools-net8
39
+
40
- name: Install native dependencies
41
run: sudo apt-get update && sudo apt-get install -y libfontconfig1
42
0 commit comments