Update .github/workflows/taosd-ci-build.yml
This commit is contained in:
parent
6a6cf065b2
commit
5b9cde5d7f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue