Skip to content

Commit cf94d40

Browse files
committed
Use bash in build step and set working directory
1 parent 7ab3812 commit cf94d40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ubuntu20_04.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848

4949
- name: Build mav_sensors
5050
run: source /opt/ros/${{ matrix.rosdistro }}/setup.bash && catkin build mav_sensors && source ${GITHUB_WORKSPACE}/catkin_ws/devel/setup.bash
51-
51+
shell: bash
52+
working-directory: catkin_ws
5253

5354

5455

0 commit comments

Comments
 (0)