Skip to content

Commit 2b9946e

Browse files
committed
ci: fix colcon override option ordering
Signed-off-by: Esteve Fernandez <esteve@apache.org>
1 parent 4134403 commit 2b9946e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ jobs:
9898
run: |
9999
source /opt/ros/${{ matrix.ros_distro }}/setup.bash
100100
colcon build \
101-
--packages-up-to rosidl_generator_rs_tests \
102101
--allow-overriding action_msgs builtin_interfaces unique_identifier_msgs \
102+
--packages-up-to rosidl_generator_rs_tests \
103103
--event-handlers console_direct+
104104
105105
- name: Test package

0 commit comments

Comments
 (0)