Skip to content

Commit

Permalink
Fix eol iron install (revert after upgrade) (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaagut authored Dec 12, 2024
2 parents 5d96c07 + da4575d commit 38aa555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ rosdep:
# Initialize rosdep if not already done
[ -f /etc/ros/rosdep/sources.list.d/20-default.list ] || sudo rosdep init
# Update rosdep and install dependencies from meta directory
rosdep update
rosdep update --include-eol-distros
rosdep install --from-paths . --ignore-src --rosdistro iron -y

status:
Expand Down

0 comments on commit 38aa555

Please sign in to comment.