chore(ci): statistics ci report never fail
This commit is contained in:
parent
2deb48c655
commit
2a244e3c4e
|
@ -90,8 +90,8 @@ jobs:
|
||||||
|
|
||||||
- name: Statistics ldd
|
- name: Statistics ldd
|
||||||
run: |
|
run: |
|
||||||
find ${{ github.workspace }}/debug/build/lib -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
|
find ${{ github.workspace }}/debug/build/bin -type f -print0 | xargs -0 ldd || true
|
||||||
|
|
||||||
- name: Statistics size
|
- name: Statistics size
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue