Skip to content

Commit b374aca

Browse files
committed
Update build workflow to add C6
1 parent 97999e5 commit b374aca

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
224224
225225
build-esp32:
226-
name: Build WipperSnapper ESP32, ESP32-C3
226+
name: Build WipperSnapper ESP32, ESP32-Cx
227227
runs-on: ubuntu-latest
228228
strategy:
229229
fail-fast: false
@@ -235,11 +235,15 @@ jobs:
235235
"feather_esp32_v2",
236236
"itsybitsy_esp32",
237237
"wippersnapper_qtpy_esp32c3",
238+
"wippersnapper_feather_esp32c6",
238239
]
239240
include:
240241
- offset: "0x1000"
241242
- offset: "0x0"
242-
arduino-platform: "wippersnapper_qtpy_esp32c3"
243+
arduino-platform: [
244+
"wippersnapper_qtpy_esp32c3",
245+
"wippersnapper_feather_esp32c6",
246+
]
243247
steps:
244248
- uses: actions/setup-python@v4
245249
with:

0 commit comments

Comments
 (0)