We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27c6e8 commit de052f9Copy full SHA for de052f9
1 file changed
.github/workflows/colcon-workspace.yml
@@ -49,6 +49,7 @@ jobs:
49
50
- name: Print ROS info
51
if: ${{ matrix.ros_version == 1 }}
52
+ shell: bash
53
run: |
54
ls /opt/ros/${{ matrix.ros_distribution }}
55
. /opt/ros/${{ matrix.ros_distribution }}/setup.bash
@@ -57,6 +58,7 @@ jobs:
57
58
59
60
if: ${{ matrix.ros_version == 2 }}
61
62
63
64
0 commit comments