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