Skip to content

Commit

Permalink
remove clippy component while installing rust in check-v2 job
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-harsha-vardhan committed Sep 5, 2024
1 parent ef7f7e0 commit 0ed558f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable 2 weeks ago
components: clippy

- name: Install rust cache
uses: Swatinem/rust-cache@v2.7.0
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/CI-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable 2 weeks ago
components: clippy

- name: Install rust cache
uses: Swatinem/rust-cache@v2.7.0
Expand Down

0 comments on commit 0ed558f

Please # to comment.