diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d76976d8d1..be82845d2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -508,7 +508,7 @@ jobs: shell: bash run: | cd build - for missing_dep in YARP Qhull casadi cppad manif Python3 pybind11 pytest matioCpp LieGroupControllers nlohmann_json; do + for missing_dep in YARP Qhull casadi cppad manif Python3 pybind11 pytest matioCpp LieGroupControllers nlohmann_json UnicyclePlanner; do echo "Testing ${missing_dep} as missing dependency." # Deselect missing dependency and build cmake -DFRAMEWORK_USE_${missing_dep}:BOOL=OFF .