From a06718fcb0375f744bf99a313d4d4fc4d1ff28e4 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Sat, 28 Mar 2026 02:01:07 +0100 Subject: [PATCH] restore make update and add check arch in ci --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a562abec..b81da7fa6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,6 +113,12 @@ jobs: echo "=== Verify nimcrypto is in paths ===" grep -c nimcrypto nimble.paths || echo "WARNING: nimcrypto not found in nimble.paths!" + - name: Make update + run: make update + + - name: Check arch of loaded dependencies + run: find . -name upnpdev.o -exec file {} \; + - name: Build binaries run: make V=1 QUICK_AND_DIRTY_COMPILER=1 NIM_PARAMS="-d:BORINGSS_USE_ASM=false" USE_LIBBACKTRACE=0 all