File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
compiler-builtins/.github/workflows Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,9 @@ jobs:
105105 shell : bash
106106 - run : rustup target add ${{ matrix.target }}
107107 - run : rustup component add llvm-tools-preview
108+ - uses : Swatinem/rust-cache@v2
109+ with :
110+ key : ${{ matrix.target }}
108111 - name : Download compiler-rt reference sources
109112 run : |
110113 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:
147150 - name : Install nightly `clippy`
148151 run : |
149152 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
150154 - run : cargo clippy -- -D clippy::all
151155
152156 success :
You can’t perform that action at this time.
0 commit comments