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 76f32d8 commit 686f20cCopy full SHA for 686f20c
.github/workflows/test.yml
@@ -21,6 +21,11 @@ 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 dependencies with rosdep
25
+ run: |
26
+ rosdep update
27
+ rosdep install --from-paths src --ignore-src -r -y
28
+
29
- name: Build and run tests
30
id: action-ros-ci
31
uses: ros-tooling/[email protected]
0 commit comments