mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
This commit is contained in:
parent
bcaf96584d
commit
6f207ca8a7
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ release() {
|
|||
rm -rf "$(pwd)/target" 2> /dev/null || true
|
||||
|
||||
rustup target add $env_target
|
||||
cargo install cross
|
||||
cross build --release --target "$env_target"
|
||||
|
||||
cd target/"$env_target"/release/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue