File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 17
17
image : ghcr.io/project-chip/chip-build-efr32:90
18
18
19
19
steps :
20
+ - name : Print GITHUB_WORKSPACE
21
+ run : echo "GITHUB_WORKSPACE is $GITHUB_WORKSPACE"
22
+
20
23
- name : Checkout
21
24
uses : actions/checkout@v4
22
25
26
+ - name : Print GITHUB_WORKSPACE
27
+ run : echo "GITHUB_WORKSPACE is $GITHUB_WORKSPACE"
28
+
23
29
- name : Checkout submodules & Bootstrap
24
30
uses : ./.github/actions/checkout-submodules-and-bootstrap
25
31
with :
28
34
- name : Build Lighting-App configurations
29
35
uses : SiliconLabsSoftware/matter-gn-build-action@v0.0.1
30
36
with :
31
- json-file-path : " .github/silabs-builds.json"
37
+ json-file-path : " ./. github/silabs-builds.json"
32
38
example-app : " lighting-app"
33
- build-script : " scripts/examples/gn_silabs_example.sh"
39
+ build-script : " ./ scripts/examples/gn_silabs_example.sh"
You can’t perform that action at this time.
0 commit comments