ci: Cache Rust registry

This commit is contained in:
Jade Ellis 2025-05-11 20:23:30 +01:00
parent 034762c619
commit e200a7d991
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -56,6 +56,15 @@ jobs:
with:
packages: clang liburing-dev
version: 1
- name: Cache Rust registry
uses: actions/cache@v3
with:
path: |
~/.cargo/git
!~/.cargo/git/checkouts
~/.cargo/registry
!~/.cargo/registry/src
key: rust-registry-${{hashFiles('**/Cargo.lock') }}
- name: Check formatting
run: |
cargo clippy \