From 660744ce54117e472d36f91809faaed7b7a0e979 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 12 Jun 2026 19:21:09 +0200 Subject: [PATCH] non-native.yml fixup --- .github/workflows/non-native.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 0ef269793f..c6ba80c703 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -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