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: |