We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b19a5 commit 33490eeCopy full SHA for 33490ee
.github/workflows/test.yml
@@ -37,6 +37,8 @@ jobs:
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: Install diagnostic_updater
41
+ run: sudo apt install ros-${{ matrix.ros_distro }}-diagnostic-updater -y
42
- name: Build and run tests
43
id: action-ros-ci
44
uses: ros-tooling/[email protected]
0 commit comments