Skip to content

Commit ca3b6f5

Browse files
authored
Mangle CI for test - uses fork, drops unavailable targets!!!
1 parent 37b339e commit ca3b6f5

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -282,20 +282,13 @@ jobs:
282282
matrix:
283283
arduino-platform:
284284
[
285-
"wippersnapper_feather_esp32",
286285
"qtpy_esp32",
287286
"sparklemotionmini_esp32",
288287
"feather_esp32_v2",
289-
"itsybitsy_esp32",
290-
"wippersnapper_qtpy_esp32c3",
291-
"wippersnapper_feather_esp32c6"
288+
"itsybitsy_esp32"
292289
]
293290
include:
294291
- offset: "0x1000"
295-
- offset: "0x0"
296-
arduino-platform: "wippersnapper_qtpy_esp32c3"
297-
- offset: "0x0"
298-
arduino-platform: "wippersnapper_feather_esp32c6"
299292
steps:
300293
- uses: actions/setup-python@v5
301294
with:
@@ -308,13 +301,14 @@ jobs:
308301
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
309302
- uses: actions/checkout@v4
310303
with:
311-
repository: adafruit/ci-arduino
312-
ref: ci-wippersnapper
304+
repository: tyeth/ci-arduino
305+
ref: sparkle-motion
313306
path: ci
314307
- name: Checkout Board Definitions
315308
uses: actions/checkout@v4
316309
with:
317310
repository: adafruit/Wippersnapper_Boards
311+
ref: sparkle_motion_mini
318312
path: ws-boards
319313
- name: Install CI-Arduino
320314
run: bash ci/actions_install.sh

0 commit comments

Comments
 (0)