mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-22 12:32:02 +00:00
ci: also build non-debuglink legacy firmware
This commit is contained in:
parent
d375db9fc2
commit
ae00e74717
3
.github/workflows/legacy.yml
vendored
3
.github/workflows/legacy.yml
vendored
@ -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' }}
|
||||
|
Loading…
Reference in New Issue
Block a user