Skip to content

Commit 08990f6

Browse files
committed
Use latest esptool for C5
1 parent 325d63b commit 08990f6

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
@@ -456,7 +456,7 @@ jobs:
456456
mv nanopb/pb.h src/nanopb/nanopb.pb.h
457457
- name: Install Dependencies
458458
run: |
459-
pip install esptool==4.6
459+
pip install esptool
460460
- name: build ESP32 platforms
461461
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
462462
- name: Check artifacts
@@ -996,7 +996,7 @@ jobs:
996996
mv nanopb/pb.h src/nanopb/nanopb.pb.h
997997
- name: Install Dependencies
998998
run: |
999-
pip3 install esptool==4.6
999+
pip3 install esptool
10001000
- name: build ESP32 platforms
10011001
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
10021002
- name: Check artifacts

0 commit comments

Comments
 (0)