clean out the cache on ci for whisper
This commit is contained in:
parent
fd5f709912
commit
d3429f8bb0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue