diff --git a/ci/install_3rdparty.sh b/ci/install_3rdparty.sh index 84002b8..dbbb6c9 100755 --- a/ci/install_3rdparty.sh +++ b/ci/install_3rdparty.sh @@ -126,6 +126,11 @@ build_install_dependencies(){ cmake --build $S2GEOGRAPHY_BUILD_DIR cmake --install $S2GEOGRAPHY_BUILD_DIR + + echo "----- Log installed files" + + ls -all $INSTALL_DIR/lib + ls -all $INSTALL_DIR/include } if [ -d "$INSTALL_DIR/include/s2geography" ]; then