Skip to content

Commit 9d3442c

Browse files
committed
Correct build targets for S2/S3 debug
1 parent 92286c8 commit 9d3442c

File tree

1 file changed

+2
-2
lines changed

1 file 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
@@ -159,7 +159,7 @@ jobs:
159159
[
160160
"magtag",
161161
"metroesp32s2",
162-
"metroesp32s3",
162+
"metro_esp32s3",
163163
"feather_esp32s2",
164164
"feather_esp32s2_tft",
165165
"feather_esp32s2_reverse_tft",
@@ -572,7 +572,7 @@ jobs:
572572
"feather_esp32s3_tft_debug",
573573
"wippersnapper_feather_esp32s3_reverse_tft_debug",
574574
"metroesp32s2_debug",
575-
"metroesp32s3_debug",
575+
"metro_esp32s3_debug",
576576
]
577577
steps:
578578
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)