Skip to content

Commit

Permalink
use esptool 4.6 instead for esp32 platforms merge
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Oct 22, 2024
1 parent 5731ce2 commit d0dc679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-clang-doxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
mv nanopb/pb.h src/nanopb/nanopb.pb.h
- name: Install Dependencies
run: |
pip3 install esptool
pip install esptool==4.6
- name: build ESP32 platforms
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
- name: Check artifacts
Expand Down

0 comments on commit d0dc679

Please sign in to comment.