fix CI
This commit is contained in:
2
.github/workflows/build_mlir_cache.yml
vendored
2
.github/workflows/build_mlir_cache.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
id: cache-mlir
|
id: cache-mlir
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: onnx-mlir/llvm-project/build
|
path: onnx-mlir/llvm-project
|
||||||
key: mlir-${{ runner.os }}-${{ inputs.llvm-commit }}
|
key: mlir-${{ runner.os }}-${{ inputs.llvm-commit }}
|
||||||
|
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
|
|||||||
2
.github/workflows/validate_operations.yml
vendored
2
.github/workflows/validate_operations.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
|||||||
- name: Restore MLIR cache
|
- name: Restore MLIR cache
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: onnx-mlir/llvm-project/build
|
path: onnx-mlir/llvm-project
|
||||||
key: mlir-${{ runner.os }}-${{ env.LLVM_COMMIT }}
|
key: mlir-${{ runner.os }}-${{ env.LLVM_COMMIT }}
|
||||||
fail-on-cache-miss: true
|
fail-on-cache-miss: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user