Skip to content

Commit 0267003

Browse files
authored
Remove duplicate caching in CI job (#822)
1 parent eb0b800 commit 0267003

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626
toolchain: 1.93.0
2727
components: clippy
2828
override: true
29-
- uses: actions/cache@v5
30-
with:
31-
path: |
32-
~/.cargo/registry
33-
~/.cargo/git
34-
key: ${{ runner.os }}-cargo-2-${{ hashFiles('**/Cargo.lock') }}
3529
- run: cargo clippy --all --all-features -- -D warnings
3630

3731
lint:
@@ -69,12 +63,6 @@ jobs:
6963
toolchain: 1.93.0
7064
override: true
7165
target: aarch64-unknown-linux-gnu
72-
- uses: actions/cache@v5
73-
with:
74-
path: |
75-
~/.cargo/registry
76-
~/.cargo/git
77-
key: ${{ runner.os }}-cargo-2-${{ hashFiles('**/Cargo.lock') }}
7866
- run: cargo test --release
7967
- uses: actions/upload-artifact@v6
8068
with:

0 commit comments

Comments
 (0)