From 5b9cde5d7f10a46db6b43fe62d6796d71acb4579 Mon Sep 17 00:00:00 2001 From: WANG Xu Date: Sun, 16 Mar 2025 18:32:46 +0800 Subject: [PATCH] Update .github/workflows/taosd-ci-build.yml --- .github/workflows/taosd-ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/taosd-ci-build.yml b/.github/workflows/taosd-ci-build.yml index 8ec3452b71..70ce3bcd4c 100644 --- a/.github/workflows/taosd-ci-build.yml +++ b/.github/workflows/taosd-ci-build.yml @@ -90,7 +90,7 @@ jobs: - name: Statistics ldd run: | - find ${{ github.workspace }}/debug/build/lib -type f -print0 | xargs -0 ldd || true + find ${{ github.workspace }}/debug/build/lib -type f -name "*.so" -print0 | xargs -0 ldd || true find ${{ github.workspace }}/debug/build/bin -type f -print0 | xargs -0 ldd || true - name: Statistics size