Skip to content

Commit c968095

Browse files
committed
Enable verbose output
1 parent 6b3b53b commit c968095

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile-examples-profiles.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,13 @@ jobs:
6767
uses: arduino/compile-sketches@v1
6868
with:
6969
github-token: ${{ secrets.GITHUB_TOKEN }}
70-
cli-compile-flags: "--profile ${{ matrix.board.fqbn }}"
70+
cli-compile-flags: "--profile '${{ matrix.board.fqbn }}'"
7171
sketch-paths: |
7272
${{ env.UNIVERSAL_SKETCH_PATHS }}
7373
${{ matrix.board.additional-sketch-paths }}
7474
enable-deltas-report: true
7575
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
76+
verbose: true
7677

7778
- name: Save sketches report as workflow artifact
7879
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)