fix yaml file

This commit is contained in:
Tian Jin 2019-12-24 00:21:51 -05:00
parent ab10eb510a
commit 10183b27aa
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
command: gcc --version command: gcc --version
- restore_cache: - restore_cache:
key: {{ arch }} key: ONNF-{{ arch }}
- run: - run:
name: Install MLIR name: Install MLIR
@ -39,7 +39,7 @@ jobs:
fi fi
- save_cache: - save_cache:
key: {{ arch }} key: ONNF-{{ arch }}
paths: paths:
- llvm-project - llvm-project