Fix installing hyperfine
This commit is contained in:
parent
82b2d8e418
commit
d7b02c307d
@ -18,7 +18,14 @@ pub(crate) fn prepare(dirs: &Dirs) {
|
||||
|
||||
// FIXME maybe install this only locally?
|
||||
eprintln!("[INSTALL] hyperfine");
|
||||
Command::new("cargo").arg("install").arg("hyperfine").spawn().unwrap().wait().unwrap();
|
||||
Command::new("cargo")
|
||||
.arg("install")
|
||||
.arg("hyperfine")
|
||||
.env_remove("CARGO_TARGET_DIR")
|
||||
.spawn()
|
||||
.unwrap()
|
||||
.wait()
|
||||
.unwrap();
|
||||
|
||||
super::abi_cafe::ABI_CAFE_REPO.fetch(dirs);
|
||||
super::tests::RAND_REPO.fetch(dirs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user