File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626
2727 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
2937 ARDUINOCORE_MBED_STAGING_PATH : extras/ArduinoCore-mbed
3038 ARDUINOCORE_API_STAGING_PATH : extras/ArduinoCore-API
3139 SKETCHES_REPORTS_PATH : sketches-reports
@@ -123,8 +131,7 @@ jobs:
123131 platforms : ${{ matrix.platforms }}
124132 fqbn : ${{ matrix.board.fqbn }}
125133 libraries : ${{ env.LIBRARIES }}
126- size-report-sketch : ' ConnectionHandlerDemo'
127- enable-size-deltas-report : ' true'
134+ enable-deltas-report : ' true'
128135 sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
129136
130137 - name : Save memory usage change report as artifact
You can’t perform that action at this time.
0 commit comments