Skip to content

Commit 619b528

Browse files
committed
ci - attempt workaround rosdep not providing geometry_msgs
1 parent d44f82c commit 619b528

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
- uses: actions/checkout@v2
2222
- name: Install Cyclone DDS
2323
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
2428
- name: Build and run tests
2529
id: action-ros-ci
2630
uses: ros-tooling/[email protected]

0 commit comments

Comments
 (0)