1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-22 04:22:07 +00:00

ci: also build non-debuglink legacy firmware

This commit is contained in:
Martin Milata 2025-01-29 18:10:59 +01:00
parent d375db9fc2
commit ae00e74717

View File

@ -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' }}