Browse Source

try another library for caching #862

pull/867/head
o2sh 3 years ago
parent
commit
7592eb25bf
  1. 10
      .github/workflows/ci.yml

10
.github/workflows/ci.yml

@ -27,14 +27,8 @@ jobs: @@ -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

Loading…
Cancel
Save