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 c968095 commit 1d0459bCopy full SHA for 1d0459b
.github/workflows/compile-examples-profiles.yml
@@ -67,7 +67,9 @@ 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: |
71
+ - --profile
72
+ - ${{ matrix.board.fqbn }}
73
sketch-paths: |
74
${{ env.UNIVERSAL_SKETCH_PATHS }}
75
${{ matrix.board.additional-sketch-paths }}
0 commit comments