Skip to content

Commit

Permalink
force install
Browse files Browse the repository at this point in the history
  • Loading branch information
rexhoffman authored and bors-libra committed Jun 30, 2021
1 parent 9a69b3a commit 6fa179a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devtools/x/src/installer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ pub fn install_cargo_component_if_needed(
info!("Installing {} {}", name, installation.version);
//prevent recursive install attempts of sccache.
let mut cmd = Cargo::new(&cargo_config, "install", true);
cmd.arg("--force");
if let Some(features) = &installation.features {
if !features.is_empty() {
cmd.arg("--features");
Expand Down

0 comments on commit 6fa179a

Please sign in to comment.