robotology-superbuild
robotology-superbuild copied to clipboard
YARP does not build on GitHub Actions on macOS if YARP_USE_SYSTEM_SQLite is ON
Both if sqlite
is installed via homebrew and if it is not installed, see:
- https://github.com/robotology/robotology-superbuild/issues/375
- https://github.com/robotology/robotology-superbuild/pull/376
I have updated sqlite
via homebrew
from 3.30.1
to the latest version (3.31.1
), but still I was able to compile YARP
with YARP_USE_SYSTEM_SQLite ON
.
Thanks @lrapetti ! Then probably there is something strange going on with the macOS GitHub Actions image.