-
-
Notifications
You must be signed in to change notification settings - Fork 16
Library not included, when source-path:
points to private repo
#167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In this issue, I requested that the Expected behaviour should be: Private libraries to which my account (or the organisation hosting it) have access to should be acceptable entries to source-path: However, This is also stated in the documentation. Lines 100 to 116 in e841385
Closing issue, as not relavent |
Thanks for your report @aliphys.
This is true, but even with that error fixed in the workflow: libraries: |
- source-url: https://github.com/arduino-libraries/LibB.git the installation of the dependency would still fail if Since you have a valuable perspective on this subject as someone who was recently attempting to use the action in the targeted use case, I would appreciate it if you would review that PR. |
source-path:
points to private reposource-path:
points to private repo
Describe the problem
I want to check that the examples in library A compile correctly prior to public release. However, library A is dependant upon library B. Both libraries are private.
The compile-sketches-private.yml workflow works for library B, but not library A.
To reproduce
LibA
andLibB
.LibB
has no external dependancies, outside what is inside the library manager.LibA
however is dependant uponLibB
(i.e. has#include "LibB"
in the example sketches).github/workflows
folder in each repo. Configure thefqbn:
and add libraies from the library manager (e.g.libraries: - name: Servo
)compile-sketches-private.yml
forLibA
, refer toLibB
as follows:Expected behavior
Private libraries to which my account (or the organisation hosting it) have access to should be acceptable entries to
source-path:
'arduino/compile-sketches' version
per1234/.github@b7b3433
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: