File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,9 @@ jobs:
105
105
shell : bash
106
106
- run : rustup target add ${{ matrix.target }}
107
107
- run : rustup component add llvm-tools-preview
108
+ - uses : Swatinem/rust-cache@v2
109
+ with :
110
+ key : ${{ matrix.target }}
108
111
- name : Download compiler-rt reference sources
109
112
run : |
110
113
curl -L -o code.tar.gz https://github.com/rust-lang/llvm-project/archive/rustc/18.0-2024-02-13.tar.gz
@@ -147,6 +150,7 @@ jobs:
147
150
- name : Install nightly `clippy`
148
151
run : |
149
152
rustup set profile minimal && rustup default "nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/clippy)" && rustup component add clippy
153
+ - uses : Swatinem/rust-cache@v2
150
154
- run : cargo clippy -- -D clippy::all
151
155
152
156
success :
You can’t perform that action at this time.
0 commit comments