Skip to content

Commit eb490c6

Browse files
committed
add lcm dep
1 parent 7618dec commit eb490c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ros-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: System deps
2929
run: |
3030
apt-get update
31-
apt-get install -y git ninja-build liburdfdom-dev liboctomap-dev libassimp-dev checkinstall wget rsync curl
31+
apt-get install -y git ninja-build liburdfdom-dev liboctomap-dev libassimp-dev liblcm-dev checkinstall wget rsync curl
3232
3333
- name: ROS One installation
3434
run: |

0 commit comments

Comments
 (0)