From 98b519e1d0d0dcfc8b7795c4b391aeac8155c8a7 Mon Sep 17 00:00:00 2001 From: JimmyShi22 <417711026@qq.com> Date: Mon, 11 Sep 2023 11:21:29 +0800 Subject: [PATCH] update clear logic --- tools/.ci/clear_build_cache.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/.ci/clear_build_cache.sh b/tools/.ci/clear_build_cache.sh index 24d8521119..f005a1a02c 100755 --- a/tools/.ci/clear_build_cache.sh +++ b/tools/.ci/clear_build_cache.sh @@ -81,6 +81,7 @@ check_file_and_clear_cache vcpkg-configuration.json ${BUILD_DIR} # Second: check dir change check_and_clear_cache .github/workflows ${BUILD_DIR} +check_and_clear_cache bcos-framework/bcos-framework ${BUILD_DIR} check_and_clear_cache bcos-tars-protocol/bcos-tars-protocol ${BUILD_DIR}/generated check_and_clear_cache bcos-sync/bcos-sync/protocol/proto ${BUILD_DIR}/bcos-sync check_and_clear_cache bcos-protocol/bcos-protocol ${BUILD_DIR}/bcos-protocol