ci: enable cache-on-failure for Rust build cache

This commit is contained in:
t8y2 2026-05-04 18:52:54 +08:00
parent af9c206d75
commit f97c9da11d
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ jobs:
with:
workspaces: './src-tauri -> target'
shared-key: release-${{ matrix.target }}
cache-on-failure: true
- name: Install Apple certificate (macOS)
if: startsWith(matrix.platform, 'macos')