Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Commit

Permalink
chore(ci): switch to Swatinem/rust-cache action for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 3, 2022
1 parent 204a06e commit 6a32bc2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 37,7 @@ jobs:
override: true

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

- name: Build the project
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 6a32bc2

Please sign in to comment.