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
When installing a library from a local source (e.g. a zip archive) several times, PlatformIO duplicates this library in lib_deps each time although the library is already installed.
Steps to Reproduce
Download any library in a zip archive.
Run pio lib install /path/to/archive.zip multiple times.
When installing a library from a local source (e.g. a zip archive) several times, PlatformIO duplicates this library in
lib_deps
each time although the library is already installed.Steps to Reproduce
pio lib install /path/to/archive.zip
multiple times.lib_deps
section.Actual Results
Expected Results
PlatformIO reports that the library is already installed.
The text was updated successfully, but these errors were encountered: