explicitly cargo build
This commit is contained in:
parent
7c949a75c8
commit
d285a4ba3b
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ fi
|
||||||
echo "Press any key to continue..."
|
echo "Press any key to continue..."
|
||||||
read -n 1 -s -r
|
read -n 1 -s -r
|
||||||
|
|
||||||
|
cargo build --release
|
||||||
|
|
||||||
params=()
|
params=()
|
||||||
if [[ $DRY_RUN == false ]]; then
|
if [[ $DRY_RUN == false ]]; then
|
||||||
params+=(--execute)
|
params+=(--execute)
|
||||||
|
|
Loading…
Reference in a new issue