Skip to content

Commit 4f1ac49

Browse files
committed
ci: esp32 platform was split, use esp32_devkitc_wroom
Use esp32_devkitc_wroom for testing, esp32 does not exist anymore. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 6a222fc commit 4f1ac49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@ jobs:
15281528
PLATFORM_ARGS+="-p qemu_xtensa_dc233c "
15291529
;;
15301530
xtensa-espressif_esp32_zephyr-elf)
1531-
PLATFORM_ARGS+="-p esp32 "
1531+
PLATFORM_ARGS+="-p esp32_devkitc_wroom "
15321532
;;
15331533
xtensa-espressif_esp32s2_zephyr-elf)
15341534
PLATFORM_ARGS+="-p esp32s2_saola "

0 commit comments

Comments
 (0)