Skip to content

Commit fcc7054

Browse files
authored
Merge pull request #1186 from tormodvolden/ci_esp32
CI: Add PPA for updated esptool package for esp32
2 parents b38c288 + d1210aa commit fcc7054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
echo "flags=CI_TESTING=1" >> $GITHUB_ENV
3636
;;
3737
esp32)
38+
sudo add-apt-repository -n -y ppa:tormodvolden/esp
3839
PKGS="esptool"
3940
(cd ~ && git clone -b v5.0.2 --depth 1 --recursive https://github.com/espressif/esp-idf.git)
4041
(cd ~/esp-idf && ./install.sh esp32)

0 commit comments

Comments
 (0)