From 8d8ab5911d84560516cb473b4f2372274f136ba8 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Fri, 19 Dec 2025 22:16:34 +0800 Subject: [PATCH] Update build_orca.yml to disable cache miss failure --- .github/workflows/build_orca.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_orca.yml b/.github/workflows/build_orca.yml index aef491f006..5a315bed74 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -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: