Skip to content

Commit e695a4c

Browse files
authored
Merge pull request #790 from openmina/fix/wasm-build-version
fix(ci): Install a specific version of wasm-bindgen-cli
2 parents 6b18db2 + 48c7290 commit e695a4c

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)