Skip to content

Commit 3a91374

Browse files
committed
Move esp32s3 devkitc to zip build task
1 parent 3be45da commit 3a91374

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,15 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
arduino-platform: ["funhouse_noota"]
21+
arduino-platform: [
22+
"funhouse_noota",
23+
"esp32s3_devkitc_1_n8"
24+
]
2225
include:
2326
- offset: "0x1000"
27+
arduino-platform: "funhouse_noota"
28+
- offset: "0x0"
29+
arduino-platform: "esp32s3_devkitc_1_n8"
2430
steps:
2531
- uses: actions/setup-python@v5
2632
with:
@@ -182,7 +188,6 @@ jobs:
182188
"magtag",
183189
"metroesp32s2",
184190
"metro_esp32s3",
185-
"esp32s3_devkitc_1_n8",
186191
"feather_esp32s2",
187192
"feather_esp32s2_tft",
188193
"feather_esp32s2_reverse_tft",

0 commit comments

Comments
 (0)