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 6b3b53b commit c968095Copy full SHA for c968095
.github/workflows/compile-examples-profiles.yml
@@ -67,12 +67,13 @@ jobs:
67
uses: arduino/compile-sketches@v1
68
with:
69
github-token: ${{ secrets.GITHUB_TOKEN }}
70
- cli-compile-flags: "--profile ${{ matrix.board.fqbn }}"
+ cli-compile-flags: "--profile '${{ matrix.board.fqbn }}'"
71
sketch-paths: |
72
${{ env.UNIVERSAL_SKETCH_PATHS }}
73
${{ matrix.board.additional-sketch-paths }}
74
enable-deltas-report: true
75
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
76
+ verbose: true
77
78
- name: Save sketches report as workflow artifact
79
uses: actions/upload-artifact@v4
0 commit comments