diff options
| author | Brian Dean <bsd@bdmicro.com> | 2020-03-27 07:35:51 -0400 |
|---|---|---|
| committer | Brian Dean <bsd@bdmicro.com> | 2020-03-27 07:35:51 -0400 |
| commit | 08ea95b22c3be4beb83cf9b3a647d3172a02ba35 (patch) | |
| tree | 5befb8ed12d5aa571bc022fd67017b9e88216b12 /.github | |
| parent | 5e1b6b11e6a6fb4556151f1001aadf4bcf1c99ca (diff) | |
Fix sort. "bd" comes *after* "ba".
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ca989248..1ca1dbebb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,8 +130,8 @@ jobs: - "arduino_nano_33_ble" - "arduino_nano_33_iot" - "arduino_zero" - - "bdmicro_vina-m0" - "bast_pro_mini_m0" + - "bdmicro_vina-m0" - "capablerobot_usbhub" - "catwan_usbstick" - "circuitbrains_basic_m0" |
