diff --git a/.github/workflows/build_mlir_cache.yml b/.github/workflows/build_mlir_cache.yml index 7686c71..f9a557e 100644 --- a/.github/workflows/build_mlir_cache.yml +++ b/.github/workflows/build_mlir_cache.yml @@ -16,7 +16,7 @@ jobs: id: cache-mlir uses: actions/cache@v4 with: - path: onnx-mlir/llvm-project/build + path: onnx-mlir/llvm-project key: mlir-${{ runner.os }}-${{ inputs.llvm-commit }} - name: Install build dependencies diff --git a/.github/workflows/validate_operations.yml b/.github/workflows/validate_operations.yml index fd7f7d4..18d93ad 100644 --- a/.github/workflows/validate_operations.yml +++ b/.github/workflows/validate_operations.yml @@ -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