Skip to content

Commit 4628bf3

Browse files
committed
Fix spelling of geographic_msgs package
1 parent ba3a6c9 commit 4628bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install rosidl-default-generators
2929
run: sudo apt install ros-${{ matrix.ros_distro }}-rosidl-default-generators -y
3030
- name: Install geographic_msgs
31-
run: sudo apt install ros-${{ matrix.ros_distro }}-geographic_msgs -y
31+
run: sudo apt install ros-${{ matrix.ros_distro }}-geographic-msgs -y
3232
- name: Build and run tests
3333
id: action-ros-ci
3434
uses: ros-tooling/[email protected]

0 commit comments

Comments
 (0)