perf: ️ Install openocd only for windows

This commit is contained in:
Sergio Gasquez 2022-10-06 12:34:10 +00:00
parent e3ed3d3d69
commit 11d1340417

View File

@ -102,7 +102,7 @@ impl EspIdfRepo {
tools.push(espidf::Tools::cmake()?);
}
}
// Todo: check if they are needed
#[cfg(windows)]
subtools.push("openocd-esp32".to_string());
#[cfg(windows)]
subtools.push("idf-exe".to_string());