File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -67,16 +67,21 @@ jobs:
67
67
uses : arduino/compile-sketches@v1
68
68
with :
69
69
github-token : ${{ secrets.GITHUB_TOKEN }}
70
- cli-compile-flags : --profile ${{ matrix.board.fqbn }}
71
70
sketch-paths : |
72
71
${{ env.UNIVERSAL_SKETCH_PATHS }}
73
72
${{ matrix.board.additional-sketch-paths }}
73
+ fqbn : ${{ matrix.board.fqbn }}
74
+ platforms : ${{ matrix.board.platforms }}
75
+ cli-compile-flags : |
76
+ - --profile
77
+ - ${{ matrix.board.fqbn }}
74
78
enable-deltas-report : true
75
79
sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
80
+ verbose : true
76
81
77
82
- name : Save sketches report as workflow artifact
78
83
uses : actions/upload-artifact@v4
79
84
with :
80
85
if-no-files-found : error
81
86
name : sketches-report-${{ matrix.board.artifact-name-suffix }}
82
- path : ${{ env.SKETCHES_REPORTS_PATH }}
87
+ path : ${{ env.SKETCHES_REPORTS_PATH }}
You can’t perform that action at this time.
0 commit comments