Skip to content

Commit 9c9b7ab

Browse files
committed
Fix build #2
1 parent 4865460 commit 9c9b7ab

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
sudo apt-get update
2828
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
2929
30-
- name: Install espup
31-
run: cargo install espup
30+
- name: Install espup and ldproxy
31+
run: |
32+
cargo install espup
33+
cargo install ldproxy
3234
3335
- name: Install ESP-IDF
3436
run: |
@@ -101,7 +103,8 @@ jobs:
101103
102104
- name: Install espup and cargo-espflash
103105
run: |
104-
cargo install espup cargo-espflash
106+
cargo install espup
107+
cargo install cargo-espflash espflash ldproxy
105108
106109
- name: Install ESP-IDF
107110
run: |

0 commit comments

Comments
 (0)