Skip to content

Commit 661b61e

Browse files
test full checkout
1 parent 92902e5 commit 661b61e

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/silabs-builds.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lighting-app": [
33
{
44
"boards": ["BRD4187C"],
5-
"arguments": ["--docker"]
5+
"arguments": []
66
}
77
]
88
}

.github/workflows/lighting-app.yaml

+1-10
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,14 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515

16-
container:
17-
image: ghcr.io/project-chip/chip-build-efr32:90
18-
1916
steps:
20-
- name: Print GITHUB_WORKSPACE
21-
run: echo "GITHUB_WORKSPACE is $GITHUB_WORKSPACE"
22-
2317
- name: Checkout
2418
uses: actions/checkout@v4
2519

26-
- name: Print GITHUB_WORKSPACE
27-
run: echo "GITHUB_WORKSPACE is $GITHUB_WORKSPACE"
28-
2920
- name: Checkout submodules & Bootstrap
3021
uses: ./.github/actions/checkout-submodules-and-bootstrap
3122
with:
32-
platform: silabs_docker
23+
platform: silabs
3324

3425
- name: Build Lighting-App configurations
3526
uses: SiliconLabsSoftware/matter-gn-build-action@v0.0.1

0 commit comments

Comments
 (0)