From 837c1f88b3c49077b2c24fa75ed0182211e349da Mon Sep 17 00:00:00 2001 From: chaokunyang Date: Fri, 13 Dec 2024 01:14:36 +0800 Subject: [PATCH] remove existing bazel --- ci/run_ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/run_ci.sh b/ci/run_ci.sh index 08de2e67ad..2f9e2a9e30 100755 --- a/ci/run_ci.sh +++ b/ci/run_ci.sh @@ -47,6 +47,7 @@ install_pyfury() { } install_bazel() { + rm -rf ~/bin/bazel if command -v bazel >/dev/null; then echo "existing bazel location $(which bazel)" echo "existing bazel version $(bazel version)"