ci: use wasm-pack latest version (#30399)

This commit is contained in:
Yihau Chen 2023-02-22 13:31:46 +08:00 committed by GitHub
parent d8ef3e1d96
commit d984fbb735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,6 @@ RUN set -x \
&& cargo install mdbook \
&& cargo install mdbook-linkcheck \
&& cargo install svgbob_cli \
&& cargo install wasm-pack \
&& cargo install --git https://github.com/rustwasm/wasm-pack --rev b4e619c8a13a8441b804895348afbfd4fb1a68a3 \
&& rustc --version \
&& cargo --version