Skip to content

Commit 54b19a5

Browse files
committed
ci - install behaviortree_cpp
1 parent 47d0890 commit 54b19a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
run: sudo apt install ros-${{ matrix.ros_distro }}-angles -y
3636
- name: Install test_msgs
3737
run: sudo apt install ros-${{ matrix.ros_distro }}-test-msgs -y
38+
- name: Install behaviortree_cpp
39+
run: sudo apt install ros-${{ matrix.ros_distro }}-behaviortree-cpp -y
3840
- name: Build and run tests
3941
id: action-ros-ci
4042
uses: ros-tooling/[email protected]

0 commit comments

Comments
 (0)