fix yaml file
This commit is contained in:
parent
ab10eb510a
commit
10183b27aa
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue