Skip to content

Commit 1080a4f

Browse files
committed
workflow issue
1 parent c7d2a20 commit 1080a4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ccpp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
arduino-boards-fqbn:
1111
- arduino:avr:uno # arudino uno
1212
- arduino:sam:arduino_due_x # arduino due
13-
- arduino:avr:mega2560 # arduino mega2650
13+
- arduino:avr:mega # arduino mega2650
1414
- arduino:avr:leonardo # arduino leonardo
1515
- arduino:samd:nano_33_iot # samd21
1616
- adafruit:samd:adafruit_metro_m4 # samd51
@@ -32,9 +32,9 @@ jobs:
3232
sketch-names: single_full_control_example.ino
3333

3434
- arduino-boards-fqbn: arduino:avr:leonardo # arduino leonardo - one full example
35-
sketch-names: single_full_control_example.ino
35+
sketch-names: angle_control.ino
3636

37-
- arduino-boards-fqbn: arduino:avr:mega2560 # arduino mega2660 - one full example
37+
- arduino-boards-fqbn: arduino:avr:mega # arduino mega2660 - one full example
3838
sketch-names: single_full_control_example.ino
3939

4040
- arduino-boards-fqbn: arduino:samd:nano_33_iot # samd21

0 commit comments

Comments
 (0)