Skip to content

Commit ba3a6c9

Browse files
committed
ci - install geographic_msgs
1 parent be161da commit ba3a6c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
run: sudo apt install ros-${{ matrix.ros_distro }}-nav-msgs -y
2828
- name: Install rosidl-default-generators
2929
run: sudo apt install ros-${{ matrix.ros_distro }}-rosidl-default-generators -y
30+
- name: Install geographic_msgs
31+
run: sudo apt install ros-${{ matrix.ros_distro }}-geographic_msgs -y
3032
- name: Build and run tests
3133
id: action-ros-ci
3234
uses: ros-tooling/[email protected]

0 commit comments

Comments
 (0)