Skip to content

Commit d0dc679

Browse files
committed
use esptool 4.6 instead for esp32 platforms merge
1 parent 5731ce2 commit d0dc679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
mv nanopb/pb.h src/nanopb/nanopb.pb.h
292292
- name: Install Dependencies
293293
run: |
294-
pip3 install esptool
294+
pip install esptool==4.6
295295
- name: build ESP32 platforms
296296
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
297297
- name: Check artifacts

0 commit comments

Comments
 (0)