Unverified Commit 0e173721 authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Install `wasm32-unknown-unknown` target in build image (#2461)

parent 31a8e2d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ RUN set -eux; \
    rustup component add clippy; \
    rustup toolchain install ${rust_nightly_version} --component clippy; \
    rustup target add x86_64-unknown-linux-musl; \
    rustup target add wasm32-unknown-unknown; \
    cargo --version; \
    cargo +${rust_nightly_version} --version;