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 4865460 commit 9c9b7abCopy full SHA for 9c9b7ab
1 file changed
.github/workflows/ci.yml
@@ -27,8 +27,10 @@ jobs:
27
sudo apt-get update
28
sudo apt-get install -y git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0
29
30
- - name: Install espup
31
- run: cargo install espup
+ - name: Install espup and ldproxy
+ run: |
32
+ cargo install espup
33
+ cargo install ldproxy
34
35
- name: Install ESP-IDF
36
run: |
@@ -101,7 +103,8 @@ jobs:
101
103
102
104
- name: Install espup and cargo-espflash
105
- cargo install espup cargo-espflash
106
107
+ cargo install cargo-espflash espflash ldproxy
108
109
110
0 commit comments