chore(ci): statistics ci report never fail

This commit is contained in:
freemine 2025-03-13 07:04:21 +08:00
parent 2deb48c655
commit 2a244e3c4e
1 changed files with 2 additions and 2 deletions

View File

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