Invalidate cache.

This commit is contained in:
Tian Jin 2020-03-02 16:24:15 +08:00
parent ee96ffab73
commit 2f5d65f2e4
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
git submodule update --init --recursive
# Use cached mlir installation if possible.
- restore_cache:
key: V7-LLVM-PROJECT-{{ arch }}
key: V8-LLVM-PROJECT-{{ arch }}
- run:
name: Install MLIR
command: |
@ -29,7 +29,7 @@ jobs:
source ONNF/utils/install-mlir.sh
fi
- save_cache:
key: V7-LLVM-PROJECT-{{ arch }}
key: V8-LLVM-PROJECT-{{ arch }}
paths:
- llvm-project
- run: