Update build_orca.yml to disable cache miss failure

This commit is contained in:
SoftFever
2025-12-19 22:16:34 +08:00
parent e19ce79daf
commit f975e20f3d

View File

@@ -35,7 +35,7 @@ jobs:
with:
path: ${{ inputs.cache-path }}
key: ${{ inputs.cache-key }}
fail-on-cache-miss: true
fail-on-cache-miss: false
- uses: lukka/get-cmake@latest
with: