Skip to content

Commit e240f77

Browse files
committed
Fix package name
1 parent cf94d40 commit e240f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu20_04.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
path: catkin_ws/src/mav_sensors
4848

4949
- name: Build mav_sensors
50-
run: source /opt/ros/${{ matrix.rosdistro }}/setup.bash && catkin build mav_sensors && source ${GITHUB_WORKSPACE}/catkin_ws/devel/setup.bash
50+
run: source /opt/ros/${{ matrix.rosdistro }}/setup.bash && catkin build mav_sensors_demo && source ${GITHUB_WORKSPACE}/catkin_ws/devel/setup.bash
5151
shell: bash
5252
working-directory: catkin_ws
5353

0 commit comments

Comments
 (0)