We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44f82c commit 619b528Copy full SHA for 619b528
.github/workflows/test.yml
@@ -21,6 +21,10 @@ jobs:
21
- uses: actions/checkout@v2
22
- name: Install Cyclone DDS
23
run: sudo apt install ros-${{ matrix.ros_distro }}-rmw-cyclonedds-cpp -y
24
+ - name: Install geometry_msgs
25
+ run: sudo apt install ros-${{ matrix.ros_distro }}-geometry-msgs -y
26
+ - name: Install nav_msgs
27
+ run: sudo apt install ros-${{ matrix.ros_distro }}-nav-msgs -y
28
- name: Build and run tests
29
id: action-ros-ci
30
uses: ros-tooling/[email protected]
0 commit comments