Skip to content

Commit ccbe810

Browse files
authored
fix: install cargo-chef unconditionally (#57)
1 parent 354b3c4 commit ccbe810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ setup:
2222

2323
COPY Cargo.* .rustfmt.toml rust-toolchain.toml .
2424
RUN rustup show
25-
RUN command -v cargo-chef &> /dev/null || cargo install --locked cargo-chef
25+
RUN cargo install --locked cargo-chef
2626

2727
source:
2828
FROM +setup

0 commit comments

Comments
 (0)