Skip to content

Commit

Permalink
Added more cargo tools useful for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Oct 18, 2023
1 parent 75857c6 commit 8257e3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ RUN rustup-init -y --default-toolchain ${RUST_TOOLCHAIN} -c rust-src && \
ln -s /usr/local/rustup/toolchains/${RUST_TOOLCHAIN}-x86_64-unknown-linux-musl /usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-musl || true

RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | ash && \
cargo binstall --no-confirm --no-symlinks cargo-make cargo-vita
cargo binstall --no-confirm --no-symlinks \
cargo-make cargo-vita cargo-hack cargo-udeps cargo-machete cargo-deny cargo-release

0 comments on commit 8257e3d

Please sign in to comment.