We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06aa57e commit a768985Copy full SHA for a768985
.github/workflows/compile-examples-profiles.yml
@@ -54,6 +54,7 @@ jobs:
54
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
55
cli-compile-flags: |
56
- --profile=${{ matrix.board.name }}
57
+ fqbn: ${{ matrix.board.fqbn }}
58
59
- name: Save sketches report as workflow artifact
60
uses: actions/upload-artifact@v4
0 commit comments