diff --git a/scripts/ci/before_install.sh b/scripts/ci/before_install.sh index 9ecdf6e480..d3c083eebf 100755 --- a/scripts/ci/before_install.sh +++ b/scripts/ci/before_install.sh @@ -50,7 +50,7 @@ if [[ $PDAL_OPTIONAL_COMPONENTS == "all" ]] then sudo apt-get install libgdal1h libgdal-dev libhdf5-serial-dev sudo apt-get install \ - libproj-dev \ + libproj-dev libgeos++-dev \ python-numpy \ libxml2-dev \ libflann-dev \