fix cache checking logic

This commit is contained in:
Tian Jin 2019-12-24 00:48:42 -05:00
parent ffd58084f1
commit 376bf215e4
1 changed files with 1 additions and 1 deletions

View File

@ -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