Skip to content

Commit

Permalink
Fix wasm-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jun 22, 2023
1 parent c595c38 commit afd48eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/docker-rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# ci/rust-version.sh to pick up the new image tag
FROM rust:1.69.0

# we need to pin wasm-pack due to https://github.com/rustwasm/wasm-pack/issues/1308
RUN set -x \
&& apt update \
&& apt-get install apt-transport-https \
Expand Down Expand Up @@ -36,7 +37,7 @@ RUN set -x \
&& cargo install mdbook \
&& cargo install mdbook-linkcheck \
&& cargo install svgbob_cli \
&& cargo install wasm-pack \
&& cargo install --version 0.11.1 wasm-pack \
&& cargo install sccache \
&& rustc --version \
&& cargo --version

0 comments on commit afd48eb

Please sign in to comment.