From 3c4750097516fa9c0aa50cf57952221fd50528e7 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Thu, 17 Mar 2022 21:54:24 +0530 Subject: chore: add Rust toolchain components (#14004) --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ae120daf..c1d09b4c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,12 +87,6 @@ jobs: - uses: dtolnay/rust-toolchain@stable - - name: Install clippy and rustfmt - if: matrix.job == 'lint' - run: | - rustup component add clippy - rustup component add rustfmt - - name: Install Deno if: matrix.job == 'lint' run: | -- cgit v1.2.3