We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fe30e commit 25a659eCopy full SHA for 25a659e
1 file changed
.github/workflows/rolling.yaml
@@ -22,6 +22,8 @@ jobs:
22
uses: ros-tooling/setup-ros@0.7.5
23
with:
24
required-ros-distributions: rolling
25
+ - name: install pcl
26
+ run: sudo apt install libpcl-dev libpcl-*
27
- name: build and test
28
uses: ros-tooling/action-ros-ci@0.3.13
29
0 commit comments