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 83801a6 commit 6b3b53bCopy full SHA for 6b3b53b
.github/workflows/compile-examples-profiles.yml
@@ -67,7 +67,7 @@ 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 }}
0 commit comments