Skip to content

Commit 07e46f5

Browse files
committed
Install grass and wasm-pack as default tools
1 parent 49aa86a commit 07e46f5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN curl https://musl.libc.org/releases/musl-latest.tar.gz -o musl-latest.tar.gz
66
rustup component add clippy rustfmt && \
77
rustup target add x86_64-unknown-linux-musl && \
88
yum -y install openssl-devel.x86_64 && \
9-
cargo install --force cargo-make cargo-cache && \
9+
cargo install --force cargo-make cargo-cache grass wasm-pack && \
1010
yum -y remove openssl-devel.x86_64 && \
1111
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh && \
1212
curl --silent --location https://rpm.nodesource.com/setup_current.x | bash - && \
@@ -15,4 +15,6 @@ RUN curl https://musl.libc.org/releases/musl-latest.tar.gz -o musl-latest.tar.gz
1515
cargo cache --version && \
1616
cargo clippy --version && \
1717
cargo fmt --version && \
18-
cargo make --version
18+
cargo make --version && \
19+
grass --version && \
20+
wasm-pack --version

0 commit comments

Comments
 (0)