Update .github/workflows/taosd-ci-build.yml

This commit is contained in:
WANG Xu 2025-03-16 18:32:46 +08:00 committed by GitHub
parent 6a6cf065b2
commit 5b9cde5d7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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