fix CI: install ldproxy linker

This commit is contained in:
STCisGOOD
2026-02-06 17:00:57 -05:00
parent 7b113c0c38
commit 7242d48241
+2 -2
View File
@@ -23,9 +23,9 @@ jobs:
python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util \
libusb-1.0-0 pkg-config
- name: Install espup and espflash
- name: Install espup, espflash, and ldproxy
run: |
RUSTUP_TOOLCHAIN=stable cargo install espup espflash
RUSTUP_TOOLCHAIN=stable cargo install espup espflash ldproxy
espup install
. $HOME/export-esp.sh
echo "$HOME/.rustup/toolchains/esp/bin" >> $GITHUB_PATH