Skip to content

Commit

Permalink
chore: add Rust toolchain components (denoland#14004)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Mar 17, 2022
1 parent fce60f2 commit 3c47500
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
1 change: 1 addition & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[toolchain]
channel = "1.59.0"
components = ["rustfmt", "clippy"]

0 comments on commit 3c47500

Please sign in to comment.