reverted clippy prepare

This commit is contained in:
DastInDark
2022-09-23 13:02:50 +09:00
parent 4ea6d26e35
commit 11a93fa704

View File

@@ -47,6 +47,8 @@ jobs:
uses: Swatinem/rust-cache@cb2cf0cc7c5198d3364b9630e2c3d457f160790c # 1.4.0
- name: Fmt Check
run: cargo fmt -- --check
- name: Prepare Clippy
run: rustup component add clippy
- name: Run clippy action to produce annotations
uses: actions-rs/clippy-check@v1
with: