Skip to content

Commit fbf2abf

Browse files
Update container version
1 parent 6727b4a commit fbf2abf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lighting-app.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
container:
17-
image: ghcr.io/project-chip/chip-build-efr32:90
17+
image: ghcr.io/project-chip/chip-build-efr32:95
1818

1919
strategy:
2020
matrix:
@@ -32,11 +32,12 @@ jobs:
3232
bootstrap-logs-lighting-app-${{ matrix.platform }}
3333

3434
- name: Build Lighting-App configurations
35-
uses: SiliconLabsSoftware/matter-gn-build-action@v0.0.1
35+
uses: SiliconLabsSoftware/matter-gn-build-action@v1.0.0
3636
with:
3737
json-file-path:
3838
${{ matrix.platform == 'thread' &&
3939
'./.github/silabs-builds-thread.json' ||
4040
'./.github/silabs-builds-wifi.json' }}
4141
example-app: "lighting-app"
4242
build-script: "./scripts/examples/gn_silabs_example.sh"
43+
output-directory: "./out/lighting-app"

0 commit comments

Comments
 (0)