mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-22 20:42:03 +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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
coins: [universal, btconly]
|
coins: [universal, btconly]
|
||||||
# type: [normal, debuglink]
|
type: [normal, debuglink]
|
||||||
type: [debuglink]
|
|
||||||
env:
|
env:
|
||||||
BITCOIN_ONLY: ${{ matrix.coins == 'universal' && '0' || '1' }}
|
BITCOIN_ONLY: ${{ matrix.coins == 'universal' && '0' || '1' }}
|
||||||
DEBUG_LINK: ${{ matrix.type == 'debuglink' && '1' || '0' }}
|
DEBUG_LINK: ${{ matrix.type == 'debuglink' && '1' || '0' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user