Skip to content

Commit 48c7290

Browse files
committed
fix(ci): Install a specific version of wasm-bindgen-cli
1 parent 6b18db2 commit 48c7290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
rustup default nightly
117117
rustup component add rustfmt rust-src
118118
rustup target add wasm32-unknown-unknown
119-
cargo install -f wasm-bindgen-cli
119+
cargo install -f wasm-bindgen-cli --version 0.2.93
120120
121121
- name: Setup Rust Cache
122122
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)