Moved bluemacro from build matrix to include section

This commit is contained in:
310weber 2021-04-27 23:14:54 +00:00
parent 6fd94a1dbd
commit c6d127a845

View file

@ -18,7 +18,6 @@ jobs:
strategy:
matrix:
board:
- bluemacro840_v1
- bluemicro840_v1
- nice_nano
- nrfmicro_13
@ -78,6 +77,7 @@ jobs:
shield: kyria_right
cmake-args: -DCONFIG_ZMK_DISPLAY=y
skip-archive: true
- board: bluemacro840_v1
steps:
- name: Checkout
uses: actions/checkout@v2