mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-30 22:30:53 +00:00
fix: 🐛 Remove uninstalling Xtensa Rust
This commit is contained in:
parent
7facee1bd1
commit
433c27d18a
@ -296,8 +296,6 @@ async fn update(args: UpdateOpts) -> Result<()> {
|
|||||||
xtensa_rust,
|
xtensa_rust,
|
||||||
);
|
);
|
||||||
|
|
||||||
XtensaRust::uninstall(&install_path)?;
|
|
||||||
|
|
||||||
xtensa_rust.install().await?;
|
xtensa_rust.install().await?;
|
||||||
|
|
||||||
info!("{} Update successfully completed!", emoji::CHECK);
|
info!("{} Update successfully completed!", emoji::CHECK);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user