Skip to content

Commit

Permalink
updated rosdep install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Feb 23, 2024
1 parent d660227 commit d387dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/build_for_testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ cd $WORKSPACE/src

echo "$0: installing rosdep dependencies"

rosdep install --from-path .
rosdep install -y --from-path .

echo "$0: building the workspace"

Expand Down
2 changes: 1 addition & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ source $WORKSPACE/devel/setup.bash

echo "$0: installing rosdep dependencies"

rosdep install --from-path .
rosdep install -y --from-path .

echo "$0: building the workspace"

Expand Down

0 comments on commit d387dce

Please sign in to comment.