Skip to content

Commit

Permalink
fix: refinery folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed Apr 14, 2024
1 parent 1f63d83 commit 53595a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion earthly/rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ builder:

COPY tools+tool-cargo-nextest/cargo-nextest $CARGO_HOME/bin/nextest
COPY tools+tool-cargo-machete/cargo-machete $CARGO_HOME/bin/machete
COPY tools+tool-refinery/refinery_cli $CARGO_HOME/bin/refinery_cli
COPY tools+tool-refinery/refinery $CARGO_HOME/bin/refinery
COPY tools+tool-cargo-deny/cargo-deny $CARGO_HOME/bin/deny
COPY tools+tool-cargo-modules/cargo-modules $CARGO_HOME/bin/modules
COPY tools+tool-cargo-depgraph/cargo-depgraph $CARGO_HOME/bin/depgraph
Expand Down
2 changes: 1 addition & 1 deletion earthly/rust/tools/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tool-cargo-machete:
tool-refinery:
FROM ../+rust-base
RUN cargo install refinery_cli --version=0.8.14 --locked
SAVE ARTIFACT /usr/local/cargo/bin/refinery_cli refinery_cli
SAVE ARTIFACT /usr/local/cargo/bin/refinery refinery

tool-cargo-deny:
FROM ../+rust-base
Expand Down

0 comments on commit 53595a3

Please sign in to comment.