From 318a52eb7bb1b011815f329a1f38949d4513a8e7 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Sun, 29 Mar 2026 16:13:46 +0200 Subject: [PATCH] add more arch checks --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e393454a5..a1b93c3d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,7 +177,11 @@ jobs: - name: Check arch of loaded dependencies if: runner.os != 'Windows' - run: find . -name upnpdev.o -exec file {} \; + run: | + find . -name upnpdev.o -exec file {} \; + file . -name ssl_scert_single_rsa.o -exec file {} \; + file . -name ssl_server.o -exec file {} \; + file . -name ssl_server_full_ec.o -exec file {} \; - name: Build binaries run: |