Skip to content

Commit 1291bc9

Browse files
committed
Add jazzy.repos and kilted.repos to pass workflow
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
1 parent ab2e135 commit 1291bc9

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/build_main_against_distros.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
COPY ws /root/ws
3939
40-
RUN vcs import src < src/tools/underlay.repos
40+
RUN vcs import src < src/tools/underlay.${{ matrix.ros_distro }}.repos
4141
4242
RUN apt-get update && rosdep update && \
4343
rosdep install --from-paths src --ignore-src -r -y \

tools/underlay.jazzy.repos

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
repositories:
2+
BehaviorTree/BehaviorTree.CPP:
3+
type: git
4+
url: https://github.com/BehaviorTree/BehaviorTree.CPP.git
5+
version: 7119df95a17086f55e3690cf8d7b7663b59319d0

tools/underlay.kilted.repos

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
repositories:
2+
BehaviorTree/BehaviorTree.CPP:
3+
type: git
4+
url: https://github.com/BehaviorTree/BehaviorTree.CPP.git
5+
version: 7119df95a17086f55e3690cf8d7b7663b59319d0

0 commit comments

Comments
 (0)