Closed FStefanni closed 3 years ago
Hi @FStefanni. Thanks for reporting this.
It's related to https://github.com/arduino/arduino-cli/issues/1306 in that this check shouldn't be done at all. However, the "sht" vs. "sh" issue is an additional bug that might indicate there is a separate issue that will persist even after https://github.com/arduino/arduino-cli/issues/1306 is fixed.
Hi,
yes this is surely related, even if not exactly the same. I hope this will be fixed asap, since it is very blocking.
Regards.
I don't see any reason it should be blocking. arduino-cli lib install --git-url
is nothing more than a trivial convenience command. Just use git clone
to install the library instead. If you don't have Git installed on your computer then download the zip file of the repository from GitHub and use arduino-cli lib install --zip-path
to install it.
Hi,
it is blocking for my workflow (of course not in general), because I have a set of scripts using arduino-cli lib install --git-url
to automatically install/create the environment to run a set of compiling tasks.
With this bug, I have to change all the scripts, or to install manually the lib on the hosts.
Regards.
Fixed by #1462.
Bug Report
Current behavior
The command fails with the following log:
Expected behavior
The searched header file should be
arduino-sht.h
and notarduino-sh.h
.Environment
arduino-cli version
): arduino-cli alpha Version: 0.19.0 Commit: 56419ecd Date: 2021-09-02T14:47:35ZAdditional context
arduino-sht.h
file.arduino-sh.h
, the library is successfully installed.The content of
library.properties
is: