File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -282,20 +282,13 @@ jobs:
282
282
matrix :
283
283
arduino-platform :
284
284
[
285
- " wippersnapper_feather_esp32" ,
286
285
" qtpy_esp32" ,
287
286
" sparklemotionmini_esp32" ,
288
287
" feather_esp32_v2" ,
289
- " itsybitsy_esp32" ,
290
- " wippersnapper_qtpy_esp32c3" ,
291
- " wippersnapper_feather_esp32c6"
288
+ " itsybitsy_esp32"
292
289
]
293
290
include :
294
291
- offset : " 0x1000"
295
- - offset : " 0x0"
296
- arduino-platform : " wippersnapper_qtpy_esp32c3"
297
- - offset : " 0x0"
298
- arduino-platform : " wippersnapper_feather_esp32c6"
299
292
steps :
300
293
- uses : actions/setup-python@v5
301
294
with :
@@ -308,13 +301,14 @@ jobs:
308
301
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
309
302
- uses : actions/checkout@v4
310
303
with :
311
- repository : adafruit /ci-arduino
312
- ref : ci-wippersnapper
304
+ repository : tyeth /ci-arduino
305
+ ref : sparkle-motion
313
306
path : ci
314
307
- name : Checkout Board Definitions
315
308
uses : actions/checkout@v4
316
309
with :
317
310
repository : adafruit/Wippersnapper_Boards
311
+ ref : sparkle_motion_mini
318
312
path : ws-boards
319
313
- name : Install CI-Arduino
320
314
run : bash ci/actions_install.sh
You can’t perform that action at this time.
0 commit comments