File tree 2 files changed +2
-11
lines changed
2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 2
2
"lighting-app" : [
3
3
{
4
4
"boards" : [" BRD4187C" ],
5
- "arguments" : [" --docker " ]
5
+ "arguments" : []
6
6
}
7
7
]
8
8
}
Original file line number Diff line number Diff line change @@ -13,23 +13,14 @@ jobs:
13
13
build :
14
14
runs-on : ubuntu-latest
15
15
16
- container :
17
- image : ghcr.io/project-chip/chip-build-efr32:90
18
-
19
16
steps :
20
- - name : Print GITHUB_WORKSPACE
21
- run : echo "GITHUB_WORKSPACE is $GITHUB_WORKSPACE"
22
-
23
17
- name : Checkout
24
18
uses : actions/checkout@v4
25
19
26
- - name : Print GITHUB_WORKSPACE
27
- run : echo "GITHUB_WORKSPACE is $GITHUB_WORKSPACE"
28
-
29
20
- name : Checkout submodules & Bootstrap
30
21
uses : ./.github/actions/checkout-submodules-and-bootstrap
31
22
with :
32
- platform : silabs_docker
23
+ platform : silabs
33
24
34
25
- name : Build Lighting-App configurations
35
26
uses : SiliconLabsSoftware/matter-gn-build-action@v0.0.1
You can’t perform that action at this time.
0 commit comments