Skip to content

Commit 3a8e543

Browse files
committed
Using the ESP32 v4.3 branch and not the release since the release is still failing to build
1 parent c6600b0 commit 3a8e543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-esp-idf/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
sudo apt install git wget flex bison gperf python3 python3-pip python3-setuptools cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0
2121
mkdir -p /opt/esp
2222
cd /opt/esp
23-
git clone --recursive --depth 1 --branch v4.3.1 https://github.com/espressif/esp-idf.git
23+
git clone --recursive --depth 1 --branch release/v4.3 https://github.com/espressif/esp-idf.git
2424
cd /opt/esp/esp-idf
2525
./install.sh
2626
- name: Build firmware

0 commit comments

Comments
 (0)