Skip to content

Commit 29ef4c2

Browse files
committed
make esptool not pinned
1 parent 08fa3ac commit 29ef4c2

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
@@ -403,7 +403,7 @@ jobs:
403403
mv nanopb/pb.h src/nanopb/nanopb.pb.h
404404
- name: Install Dependencies
405405
run: |
406-
pip install esptool==4.6
406+
pip install esptool
407407
- name: build ESP32 platforms
408408
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
409409
- name: Check artifacts

0 commit comments

Comments
 (0)