File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 46
46
- uses : dtolnay/rust-toolchain@master
47
47
with :
48
48
toolchain : ${{matrix.rust}}
49
+ components : rust-src
49
50
- name : Determine test suite subset
50
51
# Our Windows and macOS jobs are the longest running, so exclude the
51
52
# relatively slow compiletest from them to speed up end-to-end CI time,
83
84
with :
84
85
submodules : true
85
86
- uses : dtolnay/rust-toolchain@stable
87
+ with :
88
+ components : rust-src
86
89
- uses : dtolnay/install-buck2@latest
87
90
- name : Install lld
88
91
run : sudo apt-get install lld
@@ -124,7 +127,9 @@ jobs:
124
127
timeout-minutes : 45
125
128
steps :
126
129
- uses : actions/checkout@v3
127
- - uses : dtolnay/rust-toolchain@clippy
130
+ - uses : dtolnay/rust-toolchain@nightly
131
+ with :
132
+ components : clippy, rust-src
128
133
- run : cargo clippy --workspace --tests -- -Dclippy::all
129
134
130
135
clang-tidy :
Original file line number Diff line number Diff line change
1
+ [toolchain ]
2
+ components = [" rust-src" ]
You can’t perform that action at this time.
0 commit comments