Skip to content

Commit

Permalink
ci: also build non-debuglink legacy firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata committed Jan 29, 2025
1 parent 76dcadd commit cb031d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
strategy:
matrix:
coins: [universal, btconly]
# type: [normal, debuglink]
type: [debuglink]
stype: [normal, debuglink]
env:
BITCOIN_ONLY: ${{ matrix.coins == 'universal' && '0' || '1' }}
DEBUG_LINK: ${{ matrix.type == 'debuglink' && '1' || '0' }}
Expand Down

0 comments on commit cb031d3

Please sign in to comment.