Skip to content

Commit 9b3037b

Browse files
author
Richard Unger
committed
fix missing extension in workflow file
1 parent e28f0cd commit 9b3037b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- arduino-boards-fqbn: esp32:esp32:esp32s2 # esp32s2
6161
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
62-
sketch-names: bldc_driver_3pwm_standalone.ino, stepper_driver_2pwm_standalone.ino, stepper_driver_4pwm_standalone
62+
sketch-names: bldc_driver_3pwm_standalone.ino,stepper_driver_2pwm_standalone.ino,stepper_driver_4pwm_standalone.ino
6363

6464
- arduino-boards-fqbn: esp32:esp32:esp32s3 # esp32s3
6565
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json

0 commit comments

Comments
 (0)