Skip to content

Commit 25021ce

Browse files
committed
ci: apply croco#1440
1 parent b3722bc commit 25021ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
python-version: ${{ matrix.python-version }}
3232
- run: python -m pip install crocoddyl[build] proxsuite[build]
3333
- 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
3437
- run: cmake -B build -S .
3538
- run: cmake --build build -j 4
3639

0 commit comments

Comments
 (0)