diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8613624..8d26b34 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -47,6 +47,8 @@ jobs: - name: Set up Rust uses: dtolnay/rust-toolchain@stable + with: + components: clippy - name: Cache cargo uses: actions/cache@v4