Skip to content

Commit 733578c

Browse files
pablogs9Your Name
authored andcommitted
Updated CI
1 parent f0d1c09 commit 733578c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- name: Download dependencies
2020
run: |
2121
git clone -b foxy https://github.com/eProsima/Micro-CDR src/Micro-CDR
22-
git clone -b foxy https://github.com/eProsima/Micro-XRCE-DDS-Client src/Micro-XRCE-DDS-Client
22+
git clone -b feature/brokerless_p2p https://github.com/eProsima/Micro-XRCE-DDS-Client src/Micro-XRCE-DDS-Client
2323
git clone -b foxy https://github.com/micro-ROS/rosidl_typesupport_microxrcedds src/rosidl_typesupport_microxrcedds
2424
touch src/rosidl_typesupport_microxrcedds/test/COLCON_IGNORE
2525
2626
- name: Build
27-
run: . /opt/ros/foxy/setup.sh && colcon build
27+
run: . /opt/ros/foxy/setup.sh && colcon build --cmake-args -DUCLIENT_MAX_SESSION_CONNECTION_ATTEMPTS=1
2828

2929
- name: Test
3030
run: |

0 commit comments

Comments
 (0)