Tweak to use a better set of shields for build.

This commit is contained in:
Pete Johanson 2020-06-26 11:33:41 -04:00
parent 2eb6fbd5a2
commit 185f9be6ab
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ jobs:
strategy:
matrix:
board: [proton_c, nice_nano]
shield: [clueboard_california, kyria]
steps:
# To use this repository's private action,
# you must check out the repository
@ -53,7 +54,7 @@ jobs:
uses: "docker://zmkfirmware/zephyr-west-action-arm:latest"
id: west-build
with:
args: 'build "-s app -b ${{ matrix.board }} -- -DSHIELD=petejohanson_proton_handwire"'
args: 'build "-s app -b ${{ matrix.board }} -- -DSHIELD=${{ matrix.shield }}"'
- name: Archive Build
uses: actions/upload-artifact@v2
if: ${{ matrix.board == 'nice_nano' }}