The dependant libraries need to be defined in the compile-sketches.yml workflow, regardless of what is defined inside the library.properties file of the library.
'arduino/compile-sketches' version
latest
Additional context
Inside the IDE, when a library is declared in the depends field of library.properties and is not installed the user is prompted to install them. This prevents dependancies issues when using the library functions or examples. As shown in this screenshot provided by @jcarolinares
Describe the request
When a library is declared in the
depends
field oflibrary.properties
, it is included as part of the compilation.In other words, when the following is part of
library.properties
Then this should be redundent in the
comple-examples.yml
workflowDescribe the current behavior
The dependant libraries need to be defined in the
compile-sketches.yml
workflow, regardless of what is defined inside thelibrary.properties
file of the library.'arduino/compile-sketches' version
latest
Additional context
Inside the IDE, when a library is declared in the
depends
field oflibrary.properties
and is not installed the user is prompted to install them. This prevents dependancies issues when using the library functions or examples. As shown in this screenshot provided by @jcarolinaresIssue checklist