We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf2e79 commit 857c994Copy full SHA for 857c994
.github/workflows/compile-examples.yml
@@ -256,11 +256,12 @@ jobs:
256
sketch-paths: |
257
${{ env.UNIVERSAL_SKETCH_PATHS }}
258
${{ matrix.additional-sketch-paths }}
259
+ ${{ matrix.mkrgsm1400-sketch-paths }}
260
enable-deltas-report: 'true'
261
verbose: 'true'
262
263
- name: Save memory usage change report as artifact
264
uses: actions/upload-artifact@v1
265
with:
- name: size-deltas-reports
266
- path: size-deltas-reports
+ name: sketches-reports
267
+ path: sketches-reports
0 commit comments