File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244244 " feather_esp32_v2" ,
245245 " itsybitsy_esp32" ,
246246 " wippersnapper_qtpy_esp32c3" ,
247- " wippersnapper_feather_esp32c6" ,
247+ " wippersnapper_feather_esp32c6"
248248 ]
249249 include :
250250 - offset : " 0x1000"
@@ -264,8 +264,8 @@ jobs:
264264 echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
265265 - uses : actions/checkout@v4
266266 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
269269 path : ci
270270 - name : Checkout Board Definitions
271271 uses : actions/checkout@v4
@@ -288,9 +288,9 @@ jobs:
288288 mv nanopb/pb.h src/nanopb/nanopb.pb.h
289289 - name : Install Dependencies
290290 run : |
291- pip3 install esptool
291+ pip install esptool==4.6
292292 - 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
294294 - name : Check artifacts
295295 run : |
296296 ls examples/Wippersnapper_demo/build/*
You can’t perform that action at this time.
0 commit comments