We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6600b0 commit 3a8e543Copy full SHA for 3a8e543
.github/actions/build-esp-idf/action.yaml
@@ -20,7 +20,7 @@ runs:
20
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
21
mkdir -p /opt/esp
22
cd /opt/esp
23
- git clone --recursive --depth 1 --branch v4.3.1 https://github.com/espressif/esp-idf.git
+ git clone --recursive --depth 1 --branch release/v4.3 https://github.com/espressif/esp-idf.git
24
cd /opt/esp/esp-idf
25
./install.sh
26
- name: Build firmware
0 commit comments