Skip to content

Commit ced8b3e

Browse files
committed
fix(ci): include smoke runtime packages in rosdep
1 parent 611350c commit ced8b3e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,10 @@ jobs:
158158
ros_ws/src/omniseer_gz_assets \
159159
ros_ws/src/omniseer_msgs \
160160
ros_ws/src/omniseer_description \
161+
ros_ws/src/analysis \
161162
ros_ws/src/bringup \
162-
ros_ws/src/robot_io_adapters
163+
ros_ws/src/robot_io_adapters \
164+
ros_ws/src/robot_diag_control_cpp
163165
164166
- name: Build bringup smoke package set
165167
shell: bash

0 commit comments

Comments
 (0)