Skip to content

Commit 79e4643

Browse files
MaximilienNaveauolivier-stasse
authored andcommitted
[CI update] source the robotpkg environment
1 parent 644bdcf commit 79e4643

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_ubuntu20_04_foxy_ros2.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
shell: bash
5959
run: |
6060
cd $ROS_WORKSPACE
61-
source /opt/ros/foxy/setup.bash
61+
source /opt/ros/foxy/setup.bash
62+
source /opt/openrobots/setup.bash
6263
colcon build
6364
6465
#
@@ -69,4 +70,5 @@ jobs:
6970
run: |
7071
cd $ROS_WORKSPACE
7172
source /opt/ros/foxy/setup.bash
73+
source /opt/openrobots/setup.bash
7274
colcon test --packages-select dynamic_graph_bridge --event-handlers console_direct+ --return-code-on-test-failure

0 commit comments

Comments
 (0)