non-native.yml fixup

This commit is contained in:
Viktor Szakats 2026-06-12 19:21:09 +02:00
parent d1f938a4d9
commit 660744ce54
No known key found for this signature in database

View file

@ -277,8 +277,8 @@ jobs:
- name: 'curl info'
run: |
find . \( -name '*.exe' -o -name '*.a' \) -print0 | xargs -0 file --
find . \( -name '*.exe' -o -name '*.a' \) -print0 | xargs -0 stat -c '%10s bytes: %n' --
find . -type f \( -name curl -o -name '*.a' \) -print0 | xargs -0 file --
find . -type f \( -name curl -o -name '*.a' \) -print0 | xargs -0 stat -c '%10s bytes: %n' --
- name: 'build tests'
if: ${{ matrix.build == 'cmake' }} # skip for autotools to save time