From d912f54406b251c1abeaf20ee88e2626c332c053 Mon Sep 17 00:00:00 2001 From: Bradley J Chambers Date: Mon, 2 Feb 2015 16:25:54 -0500 Subject: [PATCH] fix broken --- scripts/ci/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/before_install.sh b/scripts/ci/before_install.sh index 2ada8759b9..e87919e3e1 100755 --- a/scripts/ci/before_install.sh +++ b/scripts/ci/before_install.sh @@ -21,7 +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 -y +sudo apt-get -f install libpcl-all if [[ $PDAL_CMAKE_GENERATOR == "Ninja" ]] then