Closed iomz closed 3 years ago
Hmm... I guess that the error arises because the xArm SDK is not installed properly on Docker? But as I'm not familiar with Docker (yet), I need your help here..
Hmm... I guess that the error arises because the xArm SDK is not installed properly on Docker? But as I'm not familiar with Docker (yet), I need your help here..
Aha, you are right. I forgot to install the SDK in the action. Let me try.
I messed up with the force-push. Rebasing to 6ac6a1b8456ccde9fa171a22e0135601d482f4f1 and forking to another branch.
I've created simple GitHub Actions that run
clang-format
andclang-tidy
on the source code(s). Looks like there's one error fromclang-tidy
.(I didn't use https://github.com/HorstBaerbel/action-clang-tidy)
Resolves #12