Skip to content

Commit

Permalink
remove fmt cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi committed Feb 23, 2024
1 parent 81bafb1 commit c1dc761
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-fmt-${{ hashFiles('**/Cargo.lock') }}
- run: cargo fmt --check
bench:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c1dc761

Please sign in to comment.