ci: enable cache-on-failure for Rust build cache
This commit is contained in:
parent
af9c206d75
commit
f97c9da11d
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue