File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-latest
26
26
27
27
env :
28
- LIBRARIES : Arduino_DebugUtils WiFi101 WiFiNINA MKRGSM MKRNB MKRWAN
28
+ LIBRARIES : |
29
+ # Install the Arduino_ConnectionHandler library from the repository
30
+ - source-path: ./
31
+ - name: Arduino_DebugUtils
32
+ - name: WiFi101
33
+ - name: WiFiNINA
34
+ - name: MKRGSM
35
+ - name: MKRNB
36
+ - name: MKRWAN
29
37
ARDUINOCORE_MBED_STAGING_PATH : extras/ArduinoCore-mbed
30
38
ARDUINOCORE_API_STAGING_PATH : extras/ArduinoCore-API
31
39
SKETCHES_REPORTS_PATH : sketches-reports
@@ -123,8 +131,7 @@ jobs:
123
131
platforms : ${{ matrix.platforms }}
124
132
fqbn : ${{ matrix.board.fqbn }}
125
133
libraries : ${{ env.LIBRARIES }}
126
- size-report-sketch : ' ConnectionHandlerDemo'
127
- enable-size-deltas-report : ' true'
134
+ enable-deltas-report : ' true'
128
135
sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
129
136
130
137
- name : Save memory usage change report as artifact
You can’t perform that action at this time.
0 commit comments