This commit is contained in:
NiccoloN
2026-03-04 17:52:44 +01:00
parent 6760ea8dc6
commit 143c8f960a
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ jobs:
- name: Restore MLIR cache
uses: actions/cache/restore@v4
with:
path: onnx-mlir/llvm-project/build
path: onnx-mlir/llvm-project
key: mlir-${{ runner.os }}-${{ env.LLVM_COMMIT }}
fail-on-cache-miss: true