Skip to content

Commit 3308d72

Browse files
committed
Use latest esptool for Cx builds
1 parent a4723b7 commit 3308d72

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
@@ -392,7 +392,7 @@ jobs:
392392
mv nanopb/pb.h src/nanopb/nanopb.pb.h
393393
- name: Install Dependencies
394394
run: |
395-
pip install esptool==4.6
395+
pip install esptool
396396
- name: build ESP32 platforms
397397
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
398398
- name: Check artifacts

0 commit comments

Comments
 (0)