Skip to content

Commit 5743b49

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ 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+
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+
2431
- name: Build and run tests
2532
id: action-ros-ci
2633
uses: ros-tooling/[email protected]

0 commit comments

Comments
 (0)