Skip to content

Commit

Permalink
swap vcs import and rosdep install (#50)
Browse files Browse the repository at this point in the history
Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 authored Jul 15, 2024
1 parent bf59cc9 commit 31caf81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
cd wheel_stuck_ws &&
rosdep update &&
apt-get update &&
rosdep install --from-path . -i -y --rosdistro ${{ matrix.rosdistro }} &&
vcs import src < depend_packages.repos
vcs import src < depend_packages.repos &&
rosdep install --from-path . -i -y --rosdistro ${{ matrix.rosdistro }}
- name: Install diagnostic-updater
run: apt-get install ros-${{ matrix.rosdistro }}-diagnostic-updater
Expand Down

0 comments on commit 31caf81

Please sign in to comment.