File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 20
20
LIBRARIES : Arduino_DebugUtils WiFi101 WiFiNINA MKRGSM MKRNB MKRWAN
21
21
ARDUINOCORE_MBED_STAGING_PATH : extras/ArduinoCore-mbed
22
22
ARDUINOCORE_API_STAGING_PATH : extras/ArduinoCore-API
23
+ SKETCHES_REPORTS_PATH : sketches-reports
23
24
strategy :
24
25
matrix :
25
26
board :
@@ -96,17 +97,18 @@ jobs:
96
97
mv "${{ env.ARDUINOCORE_API_STAGING_PATH }}/api" "${{ env.ARDUINOCORE_MBED_STAGING_PATH }}/cores/arduino"
97
98
98
99
- name : Compile examples
99
- uses : arduino/actions/libraries/ compile-examples@master
100
+ uses : arduino/compile-sketches@main
100
101
with :
101
102
platforms : ${{ matrix.platforms }}
102
103
fqbn : ${{ matrix.board.fqbn }}
103
104
libraries : ${{ env.LIBRARIES }}
104
105
size-report-sketch : ' ConnectionHandlerDemo'
105
106
enable-size-deltas-report : ' true'
107
+ sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
106
108
107
109
- name : Save memory usage change report as artifact
108
110
if : github.event_name == 'pull_request'
109
111
uses : actions/upload-artifact@v1
110
112
with :
111
- name : ' size-deltas-reports '
112
- path : ' size-deltas-reports '
113
+ name : ${{ env.SKETCHES_REPORTS_PATH }}
114
+ path : ${{ env.SKETCHES_REPORTS_PATH }}
You can’t perform that action at this time.
0 commit comments