Skip to content

Commit

Permalink
Change rosdep source in deb build
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Feb 22, 2024
1 parent e849573 commit 0e144e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/scripts/debian.bash
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apt-get update
rosdep update

# Ensure that all dependencies are installed
rosdep install -i --from-paths $WORKSPACE_ROOT/src -y
rosdep install -i --from-paths $WORKSPACE_ROOT -y

export DEB_BUILD_OPTIONS="parallel=$(nproc) nocheck"

Expand Down

0 comments on commit 0e144e8

Please sign in to comment.