diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17b3e994..ce7c1c48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -199,7 +199,7 @@ jobs: run: | # Reset only the turtlesim instance as it is not destroyed at the end of the previous job source /opt/ros/humble/setup.bash && ros2 service call /reset std_srvs/srv/Empty & - cargo run --example cxx-ros2-dataflow --features="ros2-examples" + source /opt/ros/humble/setup.bash && cargo run --example cxx-ros2-dataflow --features="ros2-examples" bench: name: "Bench"