File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 40
40
if : github.actor != 'restyled-io[bot]'
41
41
42
42
container :
43
- image : ghcr.io/project-chip/chip-build-efr32:47
43
+ image : ghcr.io/project-chip/chip-build-efr32:49
44
44
volumes :
45
45
- " /tmp/bloat_reports:/tmp/bloat_reports"
46
46
steps :
Original file line number Diff line number Diff line change 23
23
24
24
env :
25
25
CHIP_NO_LOG_TIMESTAMPS : true
26
-
26
+
27
27
jobs :
28
28
esp32 :
29
29
name : ESP32
38
38
- name : Checkout
39
39
uses : actions/checkout@v4
40
40
with :
41
- ref : " ${{ github.event.inputs.releaseTag }}"
41
+ ref : " ${{ github.event.inputs.releaseTag }}"
42
42
- name : Bootstrap
43
43
uses : ./.github/actions/bootstrap
44
44
@@ -64,17 +64,18 @@ jobs:
64
64
runs-on : ubuntu-latest
65
65
66
66
container :
67
- image : ghcr.io/project-chip/chip-build-efr32:47
67
+ image : ghcr.io/project-chip/chip-build-efr32:49
68
68
steps :
69
69
- name : Checkout
70
70
uses : actions/checkout@v4
71
71
with :
72
- ref : " ${{ github.event.inputs.releaseTag }}"
72
+ ref : " ${{ github.event.inputs.releaseTag }}"
73
73
- name : Bootstrap
74
74
uses : ./.github/actions/bootstrap
75
75
76
76
- name : Build example EFR32 Lock App
77
- run : scripts/examples/gn_silabs_example.sh examples/lock-app/efr32/
77
+ run :
78
+ scripts/examples/gn_silabs_example.sh examples/lock-app/efr32/
78
79
out/lock_app_debug $SILABS_BOARD
79
80
80
81
- name : Upload artifact
You can’t perform that action at this time.
0 commit comments