diff options
| author | TG-Techie <TGTechie01@gmail.com> | 2020-03-12 20:39:42 -0400 |
|---|---|---|
| committer | TG-Techie <TGTechie01@gmail.com> | 2020-03-12 20:39:42 -0400 |
| commit | 137d5c34fa5263ff7e52e8e471b37d2422e6e96b (patch) | |
| tree | 6b0224f4081eb1987f20e105c71e814afcbe96d0 /.github | |
| parent | 7907ef597927d730b5d8ba5d8df3dbfcc38cb5c2 (diff) | |
fix board sorting (due to T being before a anf t)
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 6da2ac095..7ff20dc7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,6 +122,7 @@ jobs: fail-fast: false matrix: board: + - "TG-Watch02A" - "aramcon_badge_2019" - "arduino_mkr1300" - "arduino_mkrzero" @@ -228,7 +229,6 @@ jobs: - "stringcar_m0_express" - "teensy40" - "teknikio_bluebird" - - "TG-Watch02A" - "trellis_m4_express" - "trinket_m0" - "trinket_m0_haxpress" |
