diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcdcecc307..119d5aedd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,12 +88,8 @@ jobs: - uses: actions-rs/toolchain@v1 with: toolchain: stable - - - name: Install clippy and rustfmt - if: matrix.job == 'lint' - run: | - rustup component add clippy - rustup component add rustfmt + components: rustfmt, clippy + profile: minimal - name: Install Deno if: matrix.job == 'lint'