We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3a6c9 commit 4628bf3Copy full SHA for 4628bf3
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install rosidl-default-generators
29
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
+ run: sudo apt install ros-${{ matrix.ros_distro }}-geographic-msgs -y
32
- name: Build and run tests
33
id: action-ros-ci
34
uses: ros-tooling/[email protected]
0 commit comments