diff options
-rw-r--r-- | ci/common/build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/common/build.sh b/ci/common/build.sh index 5b719940ab..7d9767f460 100644 --- a/ci/common/build.sh +++ b/ci/common/build.sh @@ -26,7 +26,6 @@ build_deps() { DEPS_CMAKE_FLAGS="${DEPS_CMAKE_FLAGS} -DUSE_BUNDLED_LUA=ON" fi - rm -rf "${DEPS_BUILD_DIR}" mkdir -p "${DEPS_BUILD_DIR}" # Use cached dependencies if $CACHE_MARKER exists. |