We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dff22c commit 127a0fdCopy full SHA for 127a0fd
.github/workflows/lighting-app.yaml
@@ -24,3 +24,10 @@ jobs:
24
uses: ./.github/actions/checkout-submodules-and-bootstrap
25
with:
26
platform: silabs_docker
27
+
28
+ - name: Build Lighting-App configurations
29
+ uses: SiliconLabsSoftware/matter-gn-build-action
30
+ with:
31
+ json-content: "./.github/silabs-builds.json"
32
+ example-app: "lighting-app"
33
+ build-script: "./scripts/examples/gn_silabs_example.sh"
0 commit comments