Skip to content

Commit 80a2d5a

Browse files
committed
fix build
1 parent 20f45e0 commit 80a2d5a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/playground.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
with:
3535
dotnet-version: 8.0.x
3636

37+
- name: Install wasm-tools workload
38+
run: dotnet workload install wasm-tools-net8
39+
3740
- name: Install native dependencies
3841
run: sudo apt-get update && sudo apt-get install -y libfontconfig1
3942

0 commit comments

Comments
 (0)