Skip to content

Commit 04d0642

Browse files
committed
Correct board target name to match CI-Arduino
1 parent 94130b1 commit 04d0642

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -908,14 +908,14 @@ jobs:
908908
arduino-platform:
909909
[
910910
"wippersnapper_feather_esp32c6_debug",
911-
"esp32c5_devkitc_1_n8r4_debug",
911+
"espressif_esp32c5_devkitc_1_n8r4_debug",
912912
]
913913
include:
914914
- offset: "0x1000"
915915
- offset: "0x0"
916916
arduino-platform: "wippersnapper_feather_esp32c6_debug"
917917
- offset: "0x0"
918-
arduino-platform: "esp32c5_devkitc_1_n8r4_debug"
918+
arduino-platform: "espressif_esp32c5_devkitc_1_n8r4_debug"
919919

920920
steps:
921921
- name: "skip if unwanted"

0 commit comments

Comments
 (0)