You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are not checking if packages for the crate exist in the host arch.
Eg, we are using aarch64-unknown-linux-gnu and installing the following extra crates: cargo-espflash:
Currently, we are not checking if packages for the crate exist in the host arch.
Eg, we are using
aarch64-unknown-linux-gnu
and installing the following extra crates:cargo-espflash
:ESPFLASH_URL
andESPFLASH_BIN
would be empty since there is no package for our arch.ESPFLASH_URL
andESPFLASH_BIN
which does not causes an error but does not install the crateThe text was updated successfully, but these errors were encountered: