Skip to content

Commit f8cd6cd

Browse files
cargo install wasm-pack --locked
1 parent 379ff7f commit f8cd6cd

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ jobs:
2424
toolchain: stable
2525
target: wasm32-unknown-unknown
2626

27-
- name: Install wasm-pack
28-
run: bun install -g wasm-pack
27+
- name: Install wasm-pack and wasm-bindgen-cli
28+
run: |
29+
cargo install wasm-pack --locked
30+
cargo install wasm-bindgen-cli --version 0.2.100 --locked
2931
3032
- name: Set stable
3133
run: cd wasm && rustup override set stable && rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu && cd ..
3234

33-
- name: Install wasm-bindgen-cli
34-
run: cargo install wasm-bindgen-cli --version 0.2.100 --locked
35-
3635
- name: Build plugin
3736
run: |
3837
bun install

0 commit comments

Comments
 (0)