diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-02-04 10:45:26 -0500 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-02-04 10:45:26 -0500 |
| commit | 04f93c82739a0511dc06295c595a5b1f58541e8f (patch) | |
| tree | 29ae036b7194bed1ec060a8cb843bffdf01105fd | |
| parent | c1fded5062dac80624a388804d22b3cb580fdf81 (diff) | |
add board to workflow
| -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 50fafdc7f..ea2e72487 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -215,6 +215,7 @@ jobs: - "stm32f411ce_blackpill" - "stm32f411ve_discovery" - "stm32f412zg_discovery" + - "stm32f4_discovery" - "stringcar_m0_express" - "teensy40" - "teknikio_bluebird" |
