diff options
author | Derek <dschmell91@gmail.com> | 2020-08-15 17:09:44 -0400 |
---|---|---|
committer | Derek <dschmell91@gmail.com> | 2020-08-15 17:09:44 -0400 |
commit | 0a23d98962e5aa43d8c90670841cccf368660b58 (patch) | |
tree | 88cfd9bd367938cb3e854481c18b4623c4683e68 | |
parent | c44693cd4822c4a90b828aad3619987af2e94447 (diff) |
Update build.yml
Fails without splitreus62 shield and without itself added?
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3fa91e5..5eb7971 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: name: Build Test strategy: matrix: - board: [proton_c, nice_nano, bluemicro52840_v1] + board: [proton_c, nice_nano] shield: - corne_left - corne_right @@ -16,8 +16,6 @@ jobs: - kyria_right - lily58_left - lily58_right - - splitreus62_left - - splitreus62_right include: - board: proton_c shield: clueboard_california |