Skip to content

Commit

Permalink
Fix syntaxis
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas1080 committed Dec 3, 2023
1 parent 925eb27 commit 8227479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildLibrary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- arduino-boards-fqbn: arduino:avr:leonardo
log-options: [-DDEBUG]
other-options: [-DUS_915]
other-options: [-DUS_915]

- arduino-boards-fqbn: arduino:samd:nano_33_iot
log-options: [-DDEBUG]
Expand All @@ -72,7 +72,7 @@ jobs:
extra-arduino-cli-args: "--warnings default"
log-options: [-DDEBUG]
other-options: [-DUS_915]

# Do not cancel all jobs / architectures if one job fails
fail-fast: false

Expand Down

0 comments on commit 8227479

Please sign in to comment.