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 5743b49Copy full SHA for 5743b49
.github/workflows/test.yml
@@ -21,6 +21,13 @@ 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
+
25
+ - name: Update apt and install dependencies with rosdep
26
+ run: |
27
+ sudo apt-get update
28
+ rosdep update
29
+ rosdep install --from-paths . --ignore-src -r -y
30
31
- name: Build and run tests
32
id: action-ros-ci
33
uses: ros-tooling/[email protected]
0 commit comments