diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-04-27 20:34:42 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-04-27 20:34:42 -0700 |
| commit | b7804f450b2d73ae73fd058d7ddaafb6c509adcb (patch) | |
| tree | 59430f640916a52f922abefcaabc007439c8e500 /.github/workflows | |
| parent | e45de399984b7f3640525a5bcaa462eeeb3ff30f (diff) | |
Fix stm32746g_discovery
Also, rename it so that matches the other board names.
Diffstat (limited to '.github/workflows')
| -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 14373bb88..aad7f7cec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -243,7 +243,7 @@ jobs: - "stm32f411ve_discovery" - "stm32f412zg_discovery" - "stm32f4_discovery" - - "stm32f746g_disco" + - "stm32f746g_discovery" - "stringcar_m0_express" - "teensy40" - "teknikio_bluebird" |
