Skip to content

Commit

Permalink
minor format
Browse files Browse the repository at this point in the history
Committed-by: xiaolei.zl from Dev container
  • Loading branch information
zhanglei1949 committed Oct 18, 2024
1 parent f9970af commit ec09f80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions interactive_engine/compiler/build_ir_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -x

if $(! command -v cargo &> /dev/null)
then
echo "cargo not exit, skip compile"
echo "cargo not exit, skip compile"
else
cd ../executor/ir/core
cargo build --release
cd ../executor/ir/core
cargo build --release
fi

0 comments on commit ec09f80

Please sign in to comment.