Skip to content

Commit 958d9e2

Browse files
committed
CI: Fix espup install
Build from source is broken after zip-rs dependency having been yanked. Try with binstall instead.
1 parent 1d53364 commit 958d9e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cpp_package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,10 @@ jobs:
149149
with:
150150
old-ubuntu: true
151151
- uses: dtolnay/rust-toolchain@stable
152+
- uses: cargo-bins/cargo-binstall@main
152153
- name: install espup
153154
run: |
154-
cargo install espup
155+
cargo binstall espup
155156
espup install
156157
rustup default esp
157158
- name: add esp toolchains to PATH

0 commit comments

Comments
 (0)