From 376bf215e4339f3a34e3b4444d91a6edac62e3b7 Mon Sep 17 00:00:00 2001 From: Tian Jin Date: Tue, 24 Dec 2019 00:48:42 -0500 Subject: [PATCH] fix cache checking logic --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 049cb67..19eee09 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,7 +29,7 @@ jobs: - run: name: Install MLIR command: | - if [ ! -f /llvm-project/build/bin/mlir-opt ]; then + if [ ! -f llvm-project/build/bin/mlir-opt ]; then git clone https://github.com/llvm/llvm-project.git git clone https://github.com/tensorflow/mlir llvm-project/llvm/projects/mlir mkdir llvm-project/build