Skip to content

Commit 33490ee

Browse files
committed
Install diagnostic-updater
1 parent 54b19a5 commit 33490ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
run: sudo apt install ros-${{ matrix.ros_distro }}-test-msgs -y
3838
- name: Install behaviortree_cpp
3939
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
4042
- name: Build and run tests
4143
id: action-ros-ci
4244
uses: ros-tooling/[email protected]

0 commit comments

Comments
 (0)