Install cargo-hack for upcoming dev-utils (#32234)

This commit is contained in:
Ryo Onodera 2023-06-22 14:05:08 +09:00 committed by GitHub
parent 1452ed7044
commit cc0fb5a584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ RUN set -x \
&& rustup component add clippy \
&& rustup target add wasm32-unknown-unknown \
&& cargo install cargo-audit \
&& cargo install cargo-hack \
&& cargo install cargo-sort \
&& cargo install mdbook \
&& cargo install mdbook-linkcheck \