Skip to content

Commit ae0e0ca

Browse files
diemogebhardtlpil
authored andcommitted
Remove Rust dependencies caching steps from GitHub workflow for CI
1 parent c120205 commit ae0e0ca

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
toolchain: ${{ matrix.toolchain }}
4343
target: ${{ matrix.target }}
4444

45-
- name: Handle Rust dependencies caching
46-
uses: Swatinem/rust-cache@v2
47-
with:
48-
key: v1-${{ matrix.target }}
49-
5045
- name: Run tests
5146
uses: clechasseur/rs-cargo@v2
5247
with:
@@ -83,11 +78,6 @@ jobs:
8378
toolchain: stable
8479
components: clippy
8580

86-
- name: Handle Rust dependencies caching
87-
uses: Swatinem/rust-cache@v2
88-
with:
89-
key: v1-linux-gnu
90-
9181
- name: Run linter
9282
run: cargo clippy --workspace
9383

0 commit comments

Comments
 (0)