Skip to content

Commit de052f9

Browse files
committed
Test.
1 parent e27c6e8 commit de052f9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/colcon-workspace.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ 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 }}
5455
. /opt/ros/${{ matrix.ros_distribution }}/setup.bash
@@ -57,6 +58,7 @@ jobs:
5758
5859
- name: Print ROS info
5960
if: ${{ matrix.ros_version == 2 }}
61+
shell: bash
6062
run: |
6163
ls /opt/ros/${{ matrix.ros_distribution }}
6264
. /opt/ros/${{ matrix.ros_distribution }}/setup.bash

0 commit comments

Comments
 (0)