Skip to content

Commit

Permalink
🔧 use Swatinem/rust-cache@v2
Browse files Browse the repository at this point in the history
Signed-off-by: Anathan (Ana) Ye <[email protected]>
  • Loading branch information
anaye1997 committed Aug 7, 2023
1 parent 41a9b7b commit 087159e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/run_linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,6 @@ jobs:
cargo fmt --all -- --check
$HOME/.cargo/bin/taplo fmt --check
$HOME/.cargo/bin/taplo lint
- name: cache cargo build
uses: actions/cache@v2
with:
path: |
./target
key: cargo-build-${{ hashFiles('**/Cargo.toml') }}-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
cargo-build-${{ hashFiles('**/Cargo.toml') }}-${{ hashFiles('**/Cargo.lock') }}
cargo-build-
- name: Cargo Check & Clippy
env:
RUST_BACKTRACE: full
Expand Down

0 comments on commit 087159e

Please sign in to comment.