diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 5ac2c863ab..c9c1240119 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -309,8 +309,8 @@ jobs: - name: 'curl info' run: | - find . -type f \( -name curl -o -name '*.so.*' -o -name '*.a' \) -print0 | xargs -0 file -- - find . -type f \( -name curl -o -name '*.so.*' -o -name '*.a' \) -print0 | xargs -0 stat -c '%10s bytes: %n' -- + find . -type f \( -name curl -o -name '*.so' -o -name '*.a' \) -print0 | xargs -0 file -- + find . -type f \( -name curl -o -name '*.so' -o -name '*.a' \) -print0 | xargs -0 stat -c '%10s bytes: %n' -- - name: 'build tests' run: |