Skip to content

Commit

Permalink
install rosdep
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Apr 29, 2024
1 parent b60c254 commit 0b45892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic-build-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Prerequisites
run: |
bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; \
apt-get update && apt-get upgrade -y && rosdep update; \
apt-get update && apt-get upgrade -y && apt-get install ros-dev-tools && rosdep update; \
rosdep install --from-paths src --ignore-src -y'
- name: Build Workspace
run: |
Expand Down

0 comments on commit 0b45892

Please sign in to comment.