Skip to content

Commit f73a970

Browse files
authored
fix(c6): use esptool 4.6 for ESP32-C6
1 parent 9b79afc commit f73a970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ jobs:
465465
mv nanopb/pb.h src/nanopb/nanopb.pb.h
466466
- name: Install Dependencies
467467
run: |
468-
pip install esptool
468+
pip install esptool==4.6
469469
- name: build ESP32 platforms
470470
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
471471
- name: Check artifacts
@@ -1005,7 +1005,7 @@ jobs:
10051005
mv nanopb/pb.h src/nanopb/nanopb.pb.h
10061006
- name: Install Dependencies
10071007
run: |
1008-
pip3 install esptool
1008+
pip3 install esptool==4.6
10091009
- name: build ESP32 platforms
10101010
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
10111011
- name: Check artifacts

0 commit comments

Comments
 (0)