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 Feb 19, 2025
1 parent d375db9 commit ae00e74
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]
type: [normal, debuglink]
env:
BITCOIN_ONLY: ${{ matrix.coins == 'universal' && '0' || '1' }}
DEBUG_LINK: ${{ matrix.type == 'debuglink' && '1' || '0' }}
Expand Down

0 comments on commit ae00e74

Please sign in to comment.