Skip to content

Commit

Permalink
Update compile-arduino.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bettapro authored Nov 7, 2022
1 parent c98170b commit 6c08a06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compile-arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
enable-deltas-report: "true"
sketches-report-path: sketches-reports
cli-compile-flags: |
- --build-property "compiler.cpp.extra_flag=-Wno-error=unused-function"
- --build-property
- compiler.cpp.extra_flag="-Wno-error=unused-function"
- name: Report Arduino Sketch Size Deltas
uses: arduino/[email protected]
with:
Expand Down

0 comments on commit 6c08a06

Please sign in to comment.