Skip to content

Commit

Permalink
Fix missing locked arg in cargo install (rustdesk#10374)
Browse files Browse the repository at this point in the history
Signed-off-by: Vasyl Gello <[email protected]>
  • Loading branch information
basilgello authored Dec 26, 2024
1 parent 1c62a28 commit 77baba3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flutter/build_fdroid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@ prebuild)

# Install rust bridge generator

cargo install cargo-expand
cargo install \
cargo-expand \
--locked
cargo install flutter_rust_bridge_codegen \
--version "${FLUTTER_RUST_BRIDGE_VERSION}" \
--features "uuid" \
Expand Down

0 comments on commit 77baba3

Please sign in to comment.