Skip to content

Commit a282a88

Browse files
committed
Remove ompl installation from build tests
1 parent 4998039 commit a282a88

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build_test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
run: |
2828
apt update
2929
apt install -y python3-wstool libgdal-dev ros-${{matrix.config.rosdistro}}-tf2-geometry-msgs
30-
wget https://ompl.kavrakilab.org/install-ompl-ubuntu.sh
31-
chmod +x ./install-ompl-ubuntu.sh
32-
./install-ompl-ubuntu.sh
3330
shell: bash
3431
- name: Build Test
3532
working-directory:

0 commit comments

Comments
 (0)