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
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-workspace-crates: true
# Add the runner name to the cache key because we have
# multiple Linux runners with different versions of the
# system libraries and we do not want to mix them up.
key: "${{ matrix.runner }}"

# Run after `rust-cache` so that this is cached.
- name: Install Rust toolchains
Expand Down
Loading