diff --git a/scripts/ci/before_install.sh b/scripts/ci/before_install.sh index 8d3f9533ba..2ada8759b9 100755 --- a/scripts/ci/before_install.sh +++ b/scripts/ci/before_install.sh @@ -21,8 +21,7 @@ sudo apt-get install g++-4.8 sudo apt-get install boost1.55 sudo apt-get install cmake -sudo apt-get install libpcl-all -dpkg --get-selections | grep hold +sudo apt-get install libpcl-all -y if [[ $PDAL_CMAKE_GENERATOR == "Ninja" ]] then