Skip to content

Commit

Permalink
Using the ESP32 v4.3 branch and not the release since the release is …
Browse files Browse the repository at this point in the history
…still failing to build
  • Loading branch information
Sn0wfreezeDev committed Nov 4, 2021
1 parent c6600b0 commit 3a8e543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-esp-idf/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
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
mkdir -p /opt/esp
cd /opt/esp
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
cd /opt/esp/esp-idf
./install.sh
- name: Build firmware
Expand Down

0 comments on commit 3a8e543

Please sign in to comment.