Skip to content

Commit 786d5b5

Browse files
[RHEL-CI] Source underlay with generate_parameter_library
1 parent cac7272 commit 786d5b5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/humble-rhel-binary-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Build and test
2727
run: |
2828
source /opt/ros/${{ env.ROS_DISTRO }}/setup.bash
29+
source /opt/ros2_ws/install/setup.bash
2930
colcon build --packages-skip rqt_controller_manager
3031
colcon test --packages-skip rqt_controller_manager ros2controlcli
3132
colcon test-result --verbose

.github/workflows/iron-rhel-binary-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Build and test
2828
run: |
2929
source /opt/ros/${{ env.ROS_DISTRO }}/setup.bash
30+
source /opt/ros2_ws/install/setup.bash
3031
colcon build --packages-skip rqt_controller_manager
3132
colcon test --packages-skip rqt_controller_manager ros2controlcli
3233
colcon test-result --verbose

.github/workflows/rolling-rhel-binary-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Build and test
2828
run: |
2929
source /opt/ros/${{ env.ROS_DISTRO }}/setup.bash
30+
source /opt/ros2_ws/install/setup.bash
3031
colcon build --packages-skip rqt_controller_manager
3132
colcon test --packages-skip rqt_controller_manager ros2controlcli
3233
colcon test-result --verbose

0 commit comments

Comments
 (0)