Skip to content

Commit 1d0459b

Browse files
committed
Use YAML style list for flags
1 parent c968095 commit 1d0459b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ 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: |
71+
- --profile
72+
- ${{ matrix.board.fqbn }}
7173
sketch-paths: |
7274
${{ env.UNIVERSAL_SKETCH_PATHS }}
7375
${{ matrix.board.additional-sketch-paths }}

0 commit comments

Comments
 (0)