Update build_orca.yml to disable cache miss failure

This commit is contained in:
SoftFever
2025-12-19 22:16:34 +08:00
parent f232c9cf08
commit 8d8ab5911d

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: