mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-09 07:52:41 +08:00
feat: Add --locked to cargo install in release script
This commit is contained in:
parent
085ee0135b
commit
fdbd607132
@ -87,7 +87,7 @@ release() {
|
||||
### Since the default behaviour of cross is to compile from
|
||||
### a rustup target if it doesn't find one for itself.
|
||||
rustup target add $env_target
|
||||
cargo install cross
|
||||
cargo install cross --locked
|
||||
|
||||
### We're building the release via cross for the target environment
|
||||
cross build --release --target "$env_target"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user