We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d0890 commit 54b19a5Copy full SHA for 54b19a5
.github/workflows/test.yml
@@ -35,6 +35,8 @@ jobs:
35
run: sudo apt install ros-${{ matrix.ros_distro }}-angles -y
36
- name: Install test_msgs
37
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
40
- name: Build and run tests
41
id: action-ros-ci
42
uses: ros-tooling/[email protected]
0 commit comments