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