Skip to content

Commit

Permalink
Build only pico
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Zhao committed May 4, 2024
1 parent 97bd365 commit a2f5745
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,34 @@ jobs:
strategy:
matrix:
include:
- env: c53
bin_ext: uf2
# - env: c53
# bin_ext: uf2
- env: pico
bin_ext: uf2
- env: arduino_uno
bin_ext: hex
- env: arduino_nano
bin_ext: hex
- env: arduino_mega
bin_ext: hex
- env: arduino_leonardo
bin_ext: hex
- env: arduino_micro
bin_ext: hex
- env: b0xx_r1
bin_ext: hex
- env: b0xx_r2
bin_ext: hex
- env: gccmx
bin_ext: hex
- env: gccpcb1
bin_ext: hex
- env: gccpcb2
bin_ext: hex
- env: lbx
bin_ext: hex
- env: smashbox
bin_ext: hex
# - env: arduino_uno
# bin_ext: hex
# - env: arduino_nano
# bin_ext: hex
# - env: arduino_mega
# bin_ext: hex
# - env: arduino_leonardo
# bin_ext: hex
# - env: arduino_micro
# bin_ext: hex
# - env: b0xx_r1
# bin_ext: hex
# - env: b0xx_r2
# bin_ext: hex
# - env: gccmx
# bin_ext: hex
# - env: gccpcb1
# bin_ext: hex
# - env: gccpcb2
# bin_ext: hex
# - env: lbx
# bin_ext: hex
# - env: smashbox
# bin_ext: hex

steps:
- name: Check out source code
Expand Down

0 comments on commit a2f5745

Please sign in to comment.