From ae00e74717c189f0abf8564a71078bbd19da3a21 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Wed, 29 Jan 2025 18:10:59 +0100 Subject: [PATCH] ci: also build non-debuglink legacy firmware --- .github/workflows/legacy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/legacy.yml b/.github/workflows/legacy.yml index d5fd7b1be0..08334a7140 100644 --- a/.github/workflows/legacy.yml +++ b/.github/workflows/legacy.yml @@ -31,8 +31,7 @@ jobs: strategy: matrix: coins: [universal, btconly] - # type: [normal, debuglink] - type: [debuglink] + type: [normal, debuglink] env: BITCOIN_ONLY: ${{ matrix.coins == 'universal' && '0' || '1' }} DEBUG_LINK: ${{ matrix.type == 'debuglink' && '1' || '0' }}