From 2a244e3c4e2bfb88074c34eba2ec1ab4abdf6291 Mon Sep 17 00:00:00 2001 From: freemine Date: Thu, 13 Mar 2025 07:04:21 +0800 Subject: [PATCH] chore(ci): statistics ci report never fail --- .github/workflows/taosd-ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/taosd-ci-build.yml b/.github/workflows/taosd-ci-build.yml index 5c6809c7c2..c977a56462 100644 --- a/.github/workflows/taosd-ci-build.yml +++ b/.github/workflows/taosd-ci-build.yml @@ -90,8 +90,8 @@ jobs: - name: Statistics ldd run: | - find ${{ github.workspace }}/debug/build/lib -type f -print0 | xargs -0 ldd - find ${{ github.workspace }}/debug/build/bin -type f -print0 | xargs -0 ldd + find ${{ github.workspace }}/debug/build/lib -type f -print0 | xargs -0 ldd || true + find ${{ github.workspace }}/debug/build/bin -type f -print0 | xargs -0 ldd || true - name: Statistics size run: |