Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# NOTE: .devenv here is devenv state, distinct from target/devenv (the
# cargo target dir cached by Swatinem/rust-cache) — do not conflate.
- name: Cache devenv eval layer
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cache/nix
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
# first devenv shell re-fetches inputs and re-evaluates from scratch on
# every run (~12 min). Keyed on the lockfiles that pin the inputs.
- name: Cache devenv eval layer
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cache/nix
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
df -h
du -sh target/devenv ~/.cargo ~/.right ~/.right/cache/whisper /nix /tmp /home/runner/work 2>/dev/null || true

- uses: actions/cache@v5
- uses: actions/cache@v6
with:
path: ~/.right/cache/whisper
key: whisper-ggml-tiny-v1
Expand Down
Loading