We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe1fd1 commit 9b066b6Copy full SHA for 9b066b6
.github/workflows/main.yml
@@ -105,6 +105,9 @@ jobs:
105
shell: bash
106
- run: rustup target add ${{ matrix.target }}
107
- run: rustup component add llvm-tools-preview
108
+ - uses: Swatinem/rust-cache@v2
109
+ with:
110
+ key: ${{ matrix.target }}
111
- name: Download compiler-rt reference sources
112
run: |
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
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
154
- run: cargo clippy -- -D clippy::all
155
156
success:
0 commit comments