cache (#724)
This commit is contained in:
parent
db854363b4
commit
9ea1555816
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -12,6 +12,10 @@ jobs:
|
|||
sudo apt-get update
|
||||
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev libasound2-dev libssl-dev libgtk-layer-shell-dev
|
||||
|
||||
- uses: swatinem/rust-cache@v2
|
||||
with:
|
||||
workspaces: "./src-tauri -> target"
|
||||
|
||||
- name: Use mock TranscriptionManager (CI only)
|
||||
working-directory: src-tauri
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue