File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -49,16 +49,18 @@ jobs:
4949
5050 - name : Print ROS info
5151 if : ${{ matrix.ros_version == 1 }}
52+ shell : bash
5253 run : |
5354 ls /opt/ros/${{ matrix.ros_distribution }}
54- ". /opt/ros/${{ matrix.ros_distribution }}/setup.bash && rosrun --help"
55+ "source /opt/ros/${{ matrix.ros_distribution }}/setup.bash && rosrun --help"
5556 printenv | grep -i ROS
5657
5758 - name : Print ROS info
5859 if : ${{ matrix.ros_version == 2 }}
60+ shell : bash
5961 run : |
6062 ls /opt/ros/${{ matrix.ros_distribution }}
61- ". /opt/ros/${{ matrix.ros_distribution }}/setup.bash && ros2 run --help"
63+ "source /opt/ros/${{ matrix.ros_distribution }}/setup.bash && ros2 run --help"
6264 printenv | grep -i ROS
6365
6466 - name : Print system information
You can’t perform that action at this time.
0 commit comments