mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
chore: add Rust toolchain components (#14004)
This commit is contained in:
parent
fce60f2cc2
commit
3c47500975
2 changed files with 1 additions and 6 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -87,12 +87,6 @@ jobs:
|
||||||
|
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- 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
|
- name: Install Deno
|
||||||
if: matrix.job == 'lint'
|
if: matrix.job == 'lint'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.59.0"
|
channel = "1.59.0"
|
||||||
|
components = ["rustfmt", "clippy"]
|
||||||
|
|
Loading…
Reference in a new issue