Skip to content

Commit 379ff7f

Browse files
cargo install wasm-bindgen-cli
1 parent 2288a9d commit 379ff7f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Set stable
3131
run: cd wasm && rustup override set stable && rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu && cd ..
3232

33+
- name: Install wasm-bindgen-cli
34+
run: cargo install wasm-bindgen-cli --version 0.2.100 --locked
35+
3336
- name: Build plugin
3437
run: |
3538
bun install

0 commit comments

Comments
 (0)