Skip to content

Commit

Permalink
try another library for caching #862
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Nov 16, 2022
1 parent 1f3053a commit 7592eb2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Restore cargo cache
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
- name: Cache
uses: Swatinem/rust-cache@v2

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 7592eb2

Please sign in to comment.