Skip to content

Commit 686f20c

Browse files
committed
[.github] install rosdep before build
1 parent 76f32d8 commit 686f20c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ 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 dependencies with rosdep
25+
run: |
26+
rosdep update
27+
rosdep install --from-paths src --ignore-src -r -y
28+
2429
- name: Build and run tests
2530
id: action-ros-ci
2631
uses: ros-tooling/[email protected]

0 commit comments

Comments
 (0)