minor CI fixes

This commit is contained in:
NiccoloN
2026-03-23 19:43:50 +01:00
parent a1b29dffe0
commit f2d593f749
5 changed files with 24 additions and 24 deletions

View File

@@ -12,7 +12,7 @@ inputs:
runs:
using: composite
steps:
- name: Restore MLIR cache
- name: Restore MLIR Cache
id: restore-mlir-cache
uses: actions/cache/restore@v4
with:
@@ -46,7 +46,7 @@ runs:
-DCMAKE_MODULE_LINKER_FLAGS="${{ inputs.mold-linker-flags }}"
cmake --build onnx-mlir/llvm-project/build
- name: Save MLIR cache
- name: Save MLIR Cache
if: steps.restore-mlir-cache.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
with: