We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34398e commit 58e0d62Copy full SHA for 58e0d62
ci/install-wasm-bindgen-cli.sh
@@ -10,4 +10,6 @@ if [ "$VERSION" = "" ]; then
10
VERSION=$(cargo pkgid --frozen wasm-bindgen | cut -d "@" -f 2)
11
fi
12
13
-cargo +stable install --version $VERSION wasm-bindgen-cli
+if [ "$(wasm-bindgen --version)" != "wasm-bindgen $VERSION" ]; then
14
+ cargo +stable install --version "$VERSION" wasm-bindgen-cli --force
15
+fi
0 commit comments