We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6727b4a commit fbf2abfCopy full SHA for fbf2abf
.github/workflows/lighting-app.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
container:
17
- image: ghcr.io/project-chip/chip-build-efr32:90
+ image: ghcr.io/project-chip/chip-build-efr32:95
18
19
strategy:
20
matrix:
@@ -32,11 +32,12 @@ jobs:
32
bootstrap-logs-lighting-app-${{ matrix.platform }}
33
34
- name: Build Lighting-App configurations
35
- uses: SiliconLabsSoftware/matter-gn-build-action@v0.0.1
+ uses: SiliconLabsSoftware/matter-gn-build-action@v1.0.0
36
with:
37
json-file-path:
38
${{ matrix.platform == 'thread' &&
39
'./.github/silabs-builds-thread.json' ||
40
'./.github/silabs-builds-wifi.json' }}
41
example-app: "lighting-app"
42
build-script: "./scripts/examples/gn_silabs_example.sh"
43
+ output-directory: "./out/lighting-app"
0 commit comments