Moved bluemacro from build matrix to include section
This commit is contained in:
parent
6fd94a1dbd
commit
c6d127a845
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -18,7 +18,6 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
board:
|
board:
|
||||||
- bluemacro840_v1
|
|
||||||
- bluemicro840_v1
|
- bluemicro840_v1
|
||||||
- nice_nano
|
- nice_nano
|
||||||
- nrfmicro_13
|
- nrfmicro_13
|
||||||
|
@ -78,6 +77,7 @@ jobs:
|
||||||
shield: kyria_right
|
shield: kyria_right
|
||||||
cmake-args: -DCONFIG_ZMK_DISPLAY=y
|
cmake-args: -DCONFIG_ZMK_DISPLAY=y
|
||||||
skip-archive: true
|
skip-archive: true
|
||||||
|
- board: bluemacro840_v1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue