Skip to content

Commit 0a059e9

Browse files
committed
chore: CI
1 parent 863a5e7 commit 0a059e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
- name: Add wasm target
3737
run: rustup target add wasm32-unknown-unknown
3838

39+
- name: Install wasm-bindgen
40+
uses: taiki-e/install-action@v2
41+
with:
42+
tool: wasm-bindgen
43+
3944
- name: Build browser-echo example
4045
run: cd browser-echo && npm run build:release
4146

0 commit comments

Comments
 (0)