Skip to content

Commit bd51ba9

Browse files
committed
compile only the needed pkgs from ocs2
1 parent bcd5441 commit bd51ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ros-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
shell: bash
9090
run: |
9191
source /opt/ros/one/setup.bash
92-
catkin_make_isolated --use-ninja --merge --only-pkg-with-deps ocs2 --cmake-args -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
92+
catkin_make_isolated --use-ninja --merge --only-pkg-with-deps ocs2_legged_robot_ros ocs2_self_collision_visualization --cmake-args -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
9393
9494
# - name: Test
9595
# shell: bash

0 commit comments

Comments
 (0)