Skip to content

Commit c10db96

Browse files
authored
Purely internal testing
1 parent 0afd635 commit c10db96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile_examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
- name: MIDI Library
111111
- name: Arduino_AdvancedAnalog
112112
enable-deltas-report: true
113+
enable-warnings-report: true
113114
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
114115

115116
- name: Save sketches report as workflow artifact
@@ -134,6 +135,6 @@ jobs:
134135
merge-multiple: true
135136
path: ${{ env.SKETCHES_REPORTS_PATH }}
136137

137-
- uses: arduino/report-size-deltas@v1
138+
- uses: tfry-git/report-size-deltas
138139
with:
139140
sketches-reports-source: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)