Skip to content

Commit

Permalink
Install rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Jul 19, 2024
1 parent a2f1f13 commit f1558ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
FROM rust
RUN apt-get update && \
apt-get install -y musl-dev musl-tools jq && \
rustup component add clippy && \
rustup component add clippy rustfmt && \
rustup target add x86_64-unknown-linux-musl

RUN cargo install --root $CARGO_HOME --locked cargo-sweep
Expand Down

0 comments on commit f1558ca

Please sign in to comment.