Skip to content

Commit 6b3b53b

Browse files
committed
Escape compile flags
1 parent 83801a6 commit 6b3b53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ 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 }}

0 commit comments

Comments
 (0)