diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1496b8..faa6e64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,8 +37,6 @@ jobs: components: rustfmt override: true - - uses: ciffelia/cargo-cache-action@v1 - - name: Check code format run: cargo fmt --all -- --check