We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ac3be commit c254ad2Copy full SHA for c254ad2
.github/workflows/compile-examples.yml
@@ -110,7 +110,7 @@ jobs:
110
rm -r "$GITHUB_WORKSPACE/extras/examples/10.StarterKit_BasicKit/p13_TouchSensorLamp"
111
112
- name: Compile examples
113
- uses: arduino/compile-sketches@main
+ uses: giulcioffi/compile-sketches@CheckAgainstDatabase
114
with:
115
fqbn: ${{ matrix.board.fqbn }}
116
libraries: |
@@ -145,6 +145,7 @@ jobs:
145
${{ env.UNIVERSAL_SKETCH_PATHS }}
146
${{ matrix.additional-sketch-paths }}
147
enable-deltas-report: 'true'
148
+ allow-failures: 'true'
149
verbose: 'true'
150
151
- name: Save memory usage change report as artifact
0 commit comments