Skip to content

Commit 572500d

Browse files
committed
also ompl dep
Signed-off-by: Christian Henkel <[email protected]>
1 parent f39d1ae commit 572500d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
make
5050
- name: Build ompl
5151
run: |
52-
sudo apt install -y cmake libboost1.74-dev libboost-program-options1.74-dev libboost-filesystem1.74-dev libboost-serialization1.74-dev libboost-python1.74-dev libopencv-dev
52+
sudo apt install -y cmake libboost1.74-dev libboost-program-options1.74-dev libboost-filesystem1.74-dev libboost-serialization1.74-dev libboost-python1.74-dev libopencv-dev libompl-dev
5353
cd roadmaps/ompl
5454
mkdir -p build
5555
cd build

0 commit comments

Comments
 (0)