Skip to content

Commit

Permalink
create depend_packages_ci.repos (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 authored Jul 23, 2024
1 parent af26902 commit 364ddfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cd wheel_stuck_ws &&
rosdep update &&
apt-get update &&
vcs import src < depend_packages.repos &&
vcs import src < depend_packages_ci.repos &&
rosdep install --from-path . -i -y --rosdistro ${{ matrix.rosdistro }}
- name: Install diagnostic-updater
Expand Down
1 change: 1 addition & 0 deletions depend_packages_ci.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repositories:

0 comments on commit 364ddfd

Please sign in to comment.