File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244
244
" feather_esp32_v2" ,
245
245
" itsybitsy_esp32" ,
246
246
" wippersnapper_qtpy_esp32c3" ,
247
- " wippersnapper_feather_esp32c6" ,
247
+ " wippersnapper_feather_esp32c6"
248
248
]
249
249
include :
250
250
- offset : " 0x1000"
@@ -264,8 +264,8 @@ jobs:
264
264
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
265
265
- uses : actions/checkout@v4
266
266
with :
267
- repository : tyeth /ci-arduino
268
- ref : WS_ARDUINO_598-preprocessor-script-for-printing-the-library-versions-to-boot_outtxt
267
+ repository : adafruit /ci-arduino
268
+ ref : ci-wippersnapper
269
269
path : ci
270
270
- name : Checkout Board Definitions
271
271
uses : actions/checkout@v4
@@ -288,9 +288,9 @@ jobs:
288
288
mv nanopb/pb.h src/nanopb/nanopb.pb.h
289
289
- name : Install Dependencies
290
290
run : |
291
- pip3 install esptool
291
+ pip install esptool==4.6
292
292
- name : build ESP32 platforms
293
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header ./src/print_dependencies.h
293
+ run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
294
294
- name : Check artifacts
295
295
run : |
296
296
ls examples/Wippersnapper_demo/build/*
You can’t perform that action at this time.
0 commit comments