mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-28 13:20:41 +00:00
perf: ⚡️ Install openocd only for windows
This commit is contained in:
parent
e3ed3d3d69
commit
11d1340417
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user