We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3722bc commit 25021ceCopy full SHA for 25021ce
.github/workflows/ci.yml
@@ -31,6 +31,9 @@ jobs:
31
python-version: ${{ matrix.python-version }}
32
- run: python -m pip install crocoddyl[build] proxsuite[build]
33
- run: echo "CMAKE_PREFIX_PATH=$(cmeel cmake)" >> $GITHUB_ENV
34
+ # TODO: remove this after the next crocoddyl release
35
+ # ref. https://github.com/loco-3d/crocoddyl/pull/1440
36
+ - run: sed -i '1i \#include <memory>' $CMAKE_PREFIX_PATH/include/crocoddyl/core/utils/conversions.hpp
37
- run: cmake -B build -S .
38
- run: cmake --build build -j 4
39
0 commit comments