ci: remove caching step from cargo fmt check

This commit is contained in:
ClementTsang
2022-05-01 17:12:20 -04:00
parent c44e860af8
commit 6e2ea8eeda
-3
View File
@@ -54,9 +54,6 @@ jobs:
override: true
components: rustfmt
- uses: Swatinem/rust-cache@cb2cf0cc7c5198d3364b9630e2c3d457f160790c # 1.4.0
if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
- run: cargo fmt --all -- --check
if: ${{ steps.skip_check.outputs.should_skip != 'true' }}