Skip to content

Commit

Permalink
add pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
galeselee committed Dec 4, 2022
1 parent f16831d commit 62250ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/scripts/unix-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ if [[ $OSTYPE == "linux-"* ]]; then
export LLVM_DIR="$HOME/taichi-llvm-15"
fi


elif [ "$(uname -s):$(uname -m)" == "Darwin:arm64" ]; then
# The following commands are done manually to save time.
if [ ! -d ~/taichi-llvm-15-m1 ]; then
Expand Down

0 comments on commit 62250ce

Please sign in to comment.