mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Fix unit test & integration CI and the release CI (#469)
* Fix integration test: Make sure `cargo build cargo-binstall` would not fail due to binary already present * Disable feature `zlib-ng` for release build * Disable build-std for release build on aarch64-unknown-linux-gnu * Fix clippy warning in unit test CI * Fix compile-settings.jq * Fix caching: Rm `restores-keys` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
5d51541dcf
commit
98b62251ad
4 changed files with 18 additions and 12 deletions
|
@ -77,7 +77,7 @@ impl UIThreadInner {
|
|||
self.confirm_rx
|
||||
.recv()
|
||||
.await
|
||||
.unwrap_or(Err(BinstallError::UserAbort))
|
||||
.unwrap_or_else(|| Err(BinstallError::UserAbort))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue