Skip to content

Commit

Permalink
CI: added shell bash
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Jun 1, 2024
1 parent f1b80d2 commit fe02ec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ros2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
required-ros-distributions: ${{ matrix.ros_distro }}

- name: Setup ros2 workspace
shell: bash
run: |
source /opt/ros/${{ matrix.ros_distro }}/setup.bash
mkdir -p ${{github.workspace}}/ros2_ws/src
Expand All @@ -53,6 +54,7 @@ jobs:
path: 'ros2_ws/src/rtabmap_ros'

- name: colcon build
shell: bash
run: |
source /opt/ros/${{ matrix.ros_distro }}/setup.bash
cd ${{github.workspace}}/ros2_ws
Expand Down

0 comments on commit fe02ec3

Please sign in to comment.