diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcfeed26..8df94cac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: with: profile: minimal toolchain: ${{ matrix.toolchain }} -components: rustfmt, clippy + components: rustfmt, clippy - name: Build uses: actions-rs/cargo@v1