Skip to content

Commit

Permalink
Add zigbee_mfglib (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly authored Jan 4, 2024
1 parent ce0bf79 commit 476b3ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
include:
- target: yellow
device: MGM210PA32JIA
components: simple_led:board_activity,zigbee_token_interface
components: simple_led:board_activity,zigbee_token_interface,zigbee_mfglib
patchpath: "EmberZNet/Yellow"
- target: skyconnect
device: EFR32MG21A020F512IM32
components: zigbee_token_interface
components: zigbee_token_interface,zigbee_mfglib
patchpath: "EmberZNet/SkyConnect"
uses: ./.github/workflows/silabs-firmware-build.yaml
with:
Expand Down Expand Up @@ -96,11 +96,11 @@ jobs:
include:
- target: yellow
device: MGM210PA32JIA
components: simple_led:board_activity,cpc_security_secondary_none
components: simple_led:board_activity,cpc_security_secondary_none,zigbee_mfglib
patchpath: "RCPMultiPAN/Yellow"
- target: skyconnect
device: EFR32MG21A020F512IM32
components: cpc_security_secondary_none
components: cpc_security_secondary_none,zigbee_mfglib
patchpath: "RCPMultiPAN/SkyConnect"
uses: ./.github/workflows/silabs-firmware-build.yaml
with:
Expand Down

0 comments on commit 476b3ed

Please sign in to comment.