Skip to content
Snippets Groups Projects
Commit 998d8e21 authored by Johannes Mey's avatar Johannes Mey
Browse files

fix CI: use source dependencies in rosdep

parent a8d0c6fb
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ build-ws: ...@@ -12,7 +12,7 @@ build-ws:
- apt-get install -y ros-melodic-libfranka python-catkin-tools libeigen3-dev - apt-get install -y ros-melodic-libfranka python-catkin-tools libeigen3-dev
- echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc - echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc
- source ~/.bashrc - source ~/.bashrc
- rosdep install -y --from-paths . - rosdep install -y -i --from-paths .
- catkin build - catkin build
tags: tags:
- highmem - highmem
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment