diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-10-26 12:58:45 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-10-26 12:58:45 -0400 |
| commit | 7dadf9b74881d157e44cb9f610d963541789e8c4 (patch) | |
| tree | 6e8f76ed52067cc5008a4aef28aecafedda32624 /.github | |
| parent | 76817eaa105f81896c9c51ca5735bdec8e3424b4 (diff) | |
forgot board in build.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86143c8ef..f1dfd1b6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,6 +75,7 @@ jobs: board: - "arduino_mkr1300" - "arduino_mkrzero" + - "arduino_nano_33_ble" - "arduino_zero" - "bast_pro_mini_m0" - "capablerobot_usbhub" |
