clean out the cache on ci for whisper

This commit is contained in:
CJ Pais 2025-08-18 16:05:32 -07:00
parent fd5f709912
commit d3429f8bb0

View file

@ -79,7 +79,7 @@ jobs:
uses: swatinem/rust-cache@v2
with:
workspaces: "./src-tauri -> target"
key: ${{ inputs.platform }}-${{ inputs.target }}
key: ${{ inputs.platform }}-${{ inputs.target }}-whisper-rs-0.14.4
- name: install dependencies (ubuntu only)
if: contains(inputs.platform, 'ubuntu')