From d3429f8bb09465b47b3057eab024ecccd953aedf Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Mon, 18 Aug 2025 16:05:32 -0700 Subject: [PATCH] clean out the cache on ci for whisper --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c83ed2..a153ad6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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')