Skip to content

Commit 9303d7b

Browse files
committed
Specify offset arduino-platform's not as array
1 parent b374aca commit 9303d7b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,9 @@ jobs:
240240
include:
241241
- offset: "0x1000"
242242
- offset: "0x0"
243-
arduino-platform: [
244-
"wippersnapper_qtpy_esp32c3",
245-
"wippersnapper_feather_esp32c6",
246-
]
243+
arduino-platform: "wippersnapper_qtpy_esp32c3"
244+
- offset: "0x0"
245+
arduino-platform: "wippersnapper_feather_esp32c6"
247246
steps:
248247
- uses: actions/setup-python@v4
249248
with:

0 commit comments

Comments
 (0)