You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/compile-examples.yml
+15-4
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,25 @@ jobs:
34
34
matrix:
35
35
board:
36
36
- fqbn: arduino:mbed:nano33ble
37
+
id: nano33ble
37
38
- fqbn: arduino:mbed:envie_m7
39
+
id: envie_m7
40
+
- fqbn: arduino:mbed:envie_m7:target_core=cm4
41
+
id: envie_m7_core_cm4
38
42
- fqbn: arduino:mbed:nanorp2040connect
43
+
id: nanorp2040connect
39
44
- fqbn: arduino:mbed:nicla_sense
45
+
id: nicla_sense
40
46
- fqbn: arduino:mbed:nicla_vision
47
+
id: nicla_vision
41
48
- fqbn: arduino:mbed:opta
49
+
id: opta
42
50
- fqbn: arduino:mbed:giga
51
+
id: giga
43
52
- fqbn: arduino:mbed:nicla_voice
53
+
id: nicla_voice
44
54
- fqbn: arduino:mbed:edge_control
55
+
id: edge_control
45
56
46
57
# compile only the examples compatible with each board
47
58
include:
@@ -187,11 +198,11 @@ jobs:
187
198
188
199
steps:
189
200
- name: Checkout repository
190
-
uses: actions/checkout@v2
201
+
uses: actions/checkout@v4
191
202
192
203
# The source files are in a subfolder of the ArduinoCore-API repository, so it's not possible to clone it directly to the final destination in the core
193
204
- name: Checkout ArduinoCore-API
194
-
uses: actions/checkout@v2
205
+
uses: actions/checkout@v4
195
206
with:
196
207
repository: arduino/ArduinoCore-API
197
208
path: ArduinoCore-API
@@ -226,7 +237,7 @@ jobs:
226
237
227
238
- name: Save memory usage change report as artifact
0 commit comments