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