|
23 | 23 | with: |
24 | 24 | toolchain: ${{ matrix.rust-toolchain }} |
25 | 25 | components: rustfmt, clippy |
26 | | - cache-key: ${{ matrix.os }}-${{ matrix.rust-toolchain }} |
| 26 | + cache-key: ${{ matrix.os }}-${{ matrix.rust-toolchain }}-v2 |
27 | 27 | - name: Check |
28 | 28 | run: cargo check --all-features |
29 | 29 | - name: Architecture check |
|
54 | 54 | with: |
55 | 55 | toolchain: ${{ matrix.rust-toolchain }} |
56 | 56 | components: rustfmt, clippy |
57 | | - cache-key: ${{ matrix.os }}-${{ matrix.rust-toolchain }} |
| 57 | + cache-key: ${{ matrix.os }}-${{ matrix.rust-toolchain }}-v2 |
58 | 58 | - name: Check |
59 | 59 | run: cargo check --all-features |
60 | 60 | - name: Architecture check |
@@ -168,7 +168,7 @@ jobs: |
168 | 168 | toolchain: ${{ matrix.rust-toolchain }} |
169 | 169 | target: ${{ matrix.target }} |
170 | 170 | components: rustfmt, clippy |
171 | | - cache-key: ${{ matrix.target }}-${{ matrix.rust-toolchain }} |
| 171 | + cache-key: ${{ matrix.target }}-${{ matrix.rust-toolchain }}-v2 |
172 | 172 | - name: Check no_std (no features) |
173 | 173 | run: cargo check --target ${{ matrix.target }} --no-default-features --features panic-handler --lib |
174 | 174 | - name: Check no_std with alloc |
@@ -209,7 +209,7 @@ jobs: |
209 | 209 | toolchain: ${{ matrix.rust-toolchain }} |
210 | 210 | target: ${{ matrix.target }} |
211 | 211 | components: rustfmt, clippy |
212 | | - cache-key: ${{ matrix.target }}-${{ matrix.rust-toolchain }} |
| 212 | + cache-key: ${{ matrix.target }}-${{ matrix.rust-toolchain }}-v2 |
213 | 213 | - name: Check WASM (no features) |
214 | 214 | run: cargo check --target ${{ matrix.target }} --no-default-features --features panic-handler --lib |
215 | 215 | - name: Check WASM with alloc |
|
0 commit comments