Skip to content

Commit 1d39c35

Browse files
Source underlay for RHEL builds
1 parent bd1d45b commit 1d39c35

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

+1
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
3031
colcon test
3132
colcon test-result --verbose

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

+1
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
3132
colcon test
3233
colcon test-result --verbose

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

+1
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
3132
colcon test
3233
colcon test-result --verbose

0 commit comments

Comments
 (0)