|
20 | 20 | toolchain: nightly |
21 | 21 | components: rustfmt, clippy |
22 | 22 | - uses: Swatinem/rust-cache@v2 |
| 23 | + with: |
| 24 | + cache-bin: false |
23 | 25 | - name: Check format |
24 | 26 | run: cargo fmt --all -- --check |
25 | 27 |
|
|
42 | 44 | toolchain: stable |
43 | 45 | components: rustfmt, clippy |
44 | 46 | - uses: Swatinem/rust-cache@v2 |
| 47 | + with: |
| 48 | + cache-bin: false |
45 | 49 |
|
46 | 50 | - name: Check with clippy |
47 | 51 | run: cargo clippy -p longbridge --all-features |
|
74 | 78 | toolchain: stable |
75 | 79 | components: rustfmt, clippy |
76 | 80 | - uses: Swatinem/rust-cache@v2 |
| 81 | + with: |
| 82 | + cache-bin: false |
77 | 83 |
|
78 | 84 | - name: Check with clippy |
79 | 85 | run: cargo clippy -p longbridge-python --all-features |
@@ -119,6 +125,8 @@ jobs: |
119 | 125 | components: rustfmt, clippy |
120 | 126 | targets: ${{ matrix.target }} |
121 | 127 | - uses: Swatinem/rust-cache@v2 |
| 128 | + with: |
| 129 | + cache-bin: false |
122 | 130 |
|
123 | 131 | - name: Setup QEMU |
124 | 132 | if: matrix.target == 'aarch64-unknown-linux-musl' |
@@ -180,6 +188,8 @@ jobs: |
180 | 188 | components: rustfmt, clippy |
181 | 189 | targets: ${{ matrix.settings.target }} |
182 | 190 | - uses: Swatinem/rust-cache@v2 |
| 191 | + with: |
| 192 | + cache-bin: false |
183 | 193 |
|
184 | 194 | - name: Check with clippy |
185 | 195 | run: cargo clippy -p longbridge-nodejs --all-features |
@@ -247,6 +257,8 @@ jobs: |
247 | 257 | toolchain: stable |
248 | 258 | components: rustfmt, clippy |
249 | 259 | - uses: Swatinem/rust-cache@v2 |
| 260 | + with: |
| 261 | + cache-bin: false |
250 | 262 |
|
251 | 263 | - name: Check with clippy |
252 | 264 | run: cargo clippy -p longbridge-java --all-features |
@@ -283,6 +295,8 @@ jobs: |
283 | 295 | toolchain: stable |
284 | 296 | components: rustfmt, clippy |
285 | 297 | - uses: Swatinem/rust-cache@v2 |
| 298 | + with: |
| 299 | + cache-bin: false |
286 | 300 |
|
287 | 301 | - name: Get CMake |
288 | 302 | uses: lukka/get-cmake@latest |
@@ -330,6 +344,8 @@ jobs: |
330 | 344 | toolchain: stable |
331 | 345 | components: rustfmt, clippy |
332 | 346 | - uses: Swatinem/rust-cache@v2 |
| 347 | + with: |
| 348 | + cache-bin: false |
333 | 349 |
|
334 | 350 | - name: Install target |
335 | 351 | run: | |
@@ -376,6 +392,8 @@ jobs: |
376 | 392 | toolchain: stable |
377 | 393 | components: rustfmt, clippy |
378 | 394 | - uses: Swatinem/rust-cache@v2 |
| 395 | + with: |
| 396 | + cache-bin: false |
379 | 397 |
|
380 | 398 | - name: Install target |
381 | 399 | run: | |
|
0 commit comments