Skip to content

Commit 7592eb2

Browse files
committed
try another library for caching #862
1 parent 1f3053a commit 7592eb2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,8 @@ jobs:
2727
- name: Checkout repository
2828
uses: actions/checkout@v3
2929

30-
- name: Restore cargo cache
31-
uses: actions/cache@v3
32-
with:
33-
path: |
34-
~/.cargo/registry
35-
~/.cargo/git
36-
target
37-
key: ${{ runner.os }}-cargo-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
30+
- name: Cache
31+
uses: Swatinem/rust-cache@v2
3832

3933
- name: Install Rust
4034
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)